Click or drag to resize
MessageBoardTransformationFunctionsGetBoardMessagesCount Method (Int32, String)
Returns the count of messages in given document related 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
)

Parameters

documentId
Type: SystemInt32
ID of the document.
boardWebpartName
Type: SystemString
Messageboard webpart name.

Return Value

Type: Int32
See Also