Gets the discussion topic views.

Namespace: MonoSoftware.MonoX.BusinessLayer
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public virtual int GetTopicViews(
	Guid topicId
)
Visual Basic
Public Overridable Function GetTopicViews ( 
	topicId As Guid
) As Integer
Visual C++
public:
virtual int GetTopicViews(
	Guid topicId
)
F#
abstract GetTopicViews : 
        topicId : Guid -> int 
override GetTopicViews : 
        topicId : Guid -> int 

Parameters

topicId
Type: System..::..Guid
Topic Id

Return Value

Type: Int32
Times the topic is viewed

Implements

IDiscussionBLL..::..GetTopicViews(Guid)

See Also