Click or drag to resize
MessageBoardTransformationFunctionsGetBoardMessagesCount Method (Int32, String, String)
Returns the count of messages in given message board.

Namespace: CMS.MessageBoards
Assembly: CMS.MessageBoards (in CMS.MessageBoards.dll) Version: 8.2.23
Syntax
C#
public static int GetBoardMessagesCount(
	int documentId,
	string boardWebpartName,
	string type
)

Parameters

documentId
Type: SystemInt32
ID of the document.
boardWebpartName
Type: SystemString
Messageboard webpart name.
type
Type: SystemString
Type of messageboard: 'document', 'user' or 'group'.

Return Value

Type: Int32
See Also