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

Parameters

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

Return Value

Type: Int32
Spam message count for topic

See Also