BoardRoleInfoProviderAddRoleToBoard Method |
Adds specified role to the board.
Namespace: CMS.MessageBoardsAssembly: CMS.MessageBoards (in CMS.MessageBoards.dll) Version: 12.0.0
Syntax public static void AddRoleToBoard(
int roleId,
int boardId
)
Parameters
- roleId
- Type: SystemInt32
RoleID - boardId
- Type: SystemInt32
BoardID
See Also