BoardInfoProviderIsUserAuthorizedPerBoard Method |
Checks if the user is authorized per board (if she belongs to the role authorized per board).
Namespace: CMS.MessageBoardsAssembly: CMS.MessageBoards (in CMS.MessageBoards.dll) Version: 11.0.0
Syntax public static bool IsUserAuthorizedPerBoard(
UserInfo userInfo,
int boardId
)
Parameters
- userInfo
- Type: CMS.MembershipUserInfo
User info. - boardId
- Type: SystemInt32
ID of the board to check.
Return Value
Type:
BooleanSee Also