BoardModeratorInfoProviderSetBoardModerators Method (Int32, String, Boolean) |
Inserts moderators for the specified board.
Namespace: CMS.MessageBoardsAssembly: CMS.MessageBoards (in CMS.MessageBoards.dll) Version: 8.2.23
Syntax public static void SetBoardModerators(
int boardId,
string moderators,
bool useIds
)
Parameters
- boardId
- Type: SystemInt32
ID of the board moderators are inserted to - moderators
- Type: SystemString
String containing user names separated by semicolon - useIds
- Type: SystemBoolean
Indicates whether the string representing moderators contains user IDs rather than user names
See Also