Gets the unapproved 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 GetUnApprovedMessageCountForTopic(
	Guid topicId
)
Visual Basic
Public Overridable Function GetUnApprovedMessageCountForTopic ( 
	topicId As Guid
) As Integer
Visual C++
public:
virtual int GetUnApprovedMessageCountForTopic(
	Guid topicId
)
F#
abstract GetUnApprovedMessageCountForTopic : 
        topicId : Guid -> int 
override GetUnApprovedMessageCountForTopic : 
        topicId : Guid -> int 

Parameters

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

Return Value

Type: Int32
Unapproved message count for topic

Implements

IDiscussionBLL..::..GetUnApprovedMessageCountForTopic(Guid)

See Also