Gets the message count for the discussion topic.

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

Syntax

C#
int GetMessageCountForTopic(
	Guid topicId
)
Visual Basic
Function GetMessageCountForTopic ( 
	topicId As Guid
) As Integer
Visual C++
int GetMessageCountForTopic(
	Guid topicId
)
F#
abstract GetMessageCountForTopic : 
        topicId : Guid -> int 

Parameters

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

Return Value

Type: Int32
Times the topic is replied

See Also