MessageBoardTransformationFunctionsGetBoardMessagesCount Method (Int32, String) |
Returns the count of messages in given document related message board.
Namespace: CMS.MessageBoardsAssembly: CMS.MessageBoards (in CMS.MessageBoards.dll) Version: 8.2.23
Syntax 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:
Int32See Also