Click or drag to resize
BoardRoleInfoProviderSetBoardRoles Method
Inserts roles for the specified board.

Namespace: CMS.MessageBoards
Assembly: CMS.MessageBoards (in CMS.MessageBoards.dll) Version: 12.0.0
Syntax
C#
public static void SetBoardRoles(
	int boardId,
	string roles
)

Parameters

boardId
Type: SystemInt32
ID of the board roles should be added to
roles
Type: SystemString
String containing role names separated by semicolon
See Also