ModuleCommandsMessageBoardAddModeratorToBoard Method |
Adds new BoardModeratorInfo object.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public static void MessageBoardAddModeratorToBoard(
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