BoardModeratorInfoProviderIsUserBoardModerator Method |
Checks if the given user is moderator of the given board.
Namespace: CMS.MessageBoardsAssembly: CMS.MessageBoards (in CMS.MessageBoards.dll) Version: 8.2.23
Syntax public static bool IsUserBoardModerator(
int userId,
int boardId
)
Parameters
- userId
- Type: SystemInt32
ID of the user to check - boardId
- Type: SystemInt32
ID of the board to check
Return Value
Type:
BooleanSee Also