BoardInfoProviderGetBoardInfoInternal Method |
Returns the BoardInfo structure for the specified board.
Namespace: CMS.MessageBoardsAssembly: CMS.MessageBoards (in CMS.MessageBoards.dll) Version: 11.0.0
Syntax protected virtual BoardInfo GetBoardInfoInternal(
string boardName,
int documentId
)
Parameters
- boardName
- Type: SystemString
Board code name. - documentId
- Type: SystemInt32
Document ID.
Return Value
Type:
BoardInfoSee Also