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#
int GetTopicViews(
	Guid topicId
)
Visual Basic
Function GetTopicViews ( 
	topicId As Guid
) As Integer
Visual C++
int GetTopicViews(
	Guid topicId
)
F#
abstract GetTopicViews : 
        topicId : Guid -> int 

Parameters

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

Return Value

Type: Int32
Times the topic is viewed

See Also