BoardModeratorInfoProviderAddModeratorToBoard Method |
Adds new BoardModeratorInfo object.
Namespace: CMS.MessageBoardsAssembly: CMS.MessageBoards (in CMS.MessageBoards.dll) Version: 8.2.23
Syntax public static void AddModeratorToBoard(
int userId,
int boardId
)
Parameters
- userId
- Type: SystemInt32
ID of the user representing board moderator - boardId
- Type: SystemInt32
ID of the board moderator is being added to
See Also