BoardRoleInfoProviderDeleteBoardRoleInfo Method (Int32, Int32) |
Deletes specified boardRole.
Namespace: CMS.MessageBoardsAssembly: CMS.MessageBoards (in CMS.MessageBoards.dll) Version: 12.0.0
Syntax public static void DeleteBoardRoleInfo(
int roleId,
int boardId
)
Parameters
- roleId
- Type: SystemInt32
ID of the role to delete - boardId
- Type: SystemInt32
ID of the board role is deleted from
See Also