Gets the spam message count for the discussion topic.

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

Syntax

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

Parameters

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

Return Value

Type: Int32
Spam message count for topic

Implements

IDiscussionBLL..::..GetSpamMessageCountForTopic(Guid)

See Also