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