BoardInfoProviderGetBoardInfoForGroupInternal Method |
Returns the info on board matching specified criteria.
Namespace: CMS.MessageBoardsAssembly: CMS.MessageBoards (in CMS.MessageBoards.dll) Version: 8.2.23
Syntax protected virtual BoardInfo GetBoardInfoForGroupInternal(
string boardName,
int groupId
)
Parameters
- boardName
- Type: SystemString
Name of the board - groupId
- Type: SystemInt32
ID of the group board belongs to
Return Value
Type:
BoardInfoSee Also