Click or drag to resize
BoardModeratorInfoProviderIsUserBoardModerator Method
Checks if the given user is moderator of the given board.

Namespace: CMS.MessageBoards
Assembly: CMS.MessageBoards (in CMS.MessageBoards.dll) Version: 9.0.0
Syntax
C#
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: Boolean
See Also