BoardInfoProviderGetBoardInfoForUser Method |
Returns the info on board matching specified criteria.
Namespace: CMS.MessageBoardsAssembly: CMS.MessageBoards (in CMS.MessageBoards.dll) Version: 11.0.0
Syntax public static BoardInfo GetBoardInfoForUser(
string boardName,
int userId
)
Parameters
- boardName
- Type: SystemString
Name of the board. - userId
- Type: SystemInt32
ID of the user board belongs to.
Return Value
Type:
BoardInfoSee Also