Click or drag to resize
BoardModeratorInfoProviderSetBoardModerators Method (Int32, String, Boolean)
Inserts moderators for the specified board.

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