Gets the message count for the discussion board.

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

Syntax

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

Parameters

boardId
Type: System..::..Guid
Board Id

Return Value

Type: Int32
Board replies count

See Also