BoardRoleInfoProviderSetBoardRoles Method |
Inserts roles for the specified board.
Namespace: CMS.MessageBoardsAssembly: CMS.MessageBoards (in CMS.MessageBoards.dll) Version: 12.0.0
Syntax 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