Click or drag to resize
BoardInfoProviderGetBoardsCountInternal Method
Returns the number of message boards related to the specified document.

Namespace: CMS.MessageBoards
Assembly: CMS.MessageBoards (in CMS.MessageBoards.dll) Version: 9.0.0
Syntax
C#
protected virtual int GetBoardsCountInternal(
	int documentId
)

Parameters

documentId
Type: SystemInt32
Document ID to return number of boards for

Return Value

Type: Int32
See Also