BoardInfoProviderGetBoardInfoForGroup Method |
Returns the info on board matching specified criteria.
Namespace: CMS.MessageBoardsAssembly: CMS.MessageBoards (in CMS.MessageBoards.dll) Version: 12.0.0
Syntax public static BoardInfo GetBoardInfoForGroup(
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