BoardRoleInfoProviderIsRoleAllowedForBoard Method |
Returns true if role is allowed for given board.
Namespace: CMS.MessageBoardsAssembly: CMS.MessageBoards (in CMS.MessageBoards.dll) Version: 8.2.23
Syntax public static bool IsRoleAllowedForBoard(
int roleId,
int boardId
)
Parameters
- roleId
- Type: SystemInt32
Role ID - boardId
- Type: SystemInt32
Board ID
Return Value
Type:
BooleanSee Also