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

Parameters

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

Return Value

Type: Int32
Board topic count

Implements

IDiscussionBLL..::..GetTopicCountForBoard(Guid)

See Also