Click or drag to resize
BoardRoleInfoProviderDeleteBoardRoleInfo Method (Int32, Int32)
Deletes specified boardRole.

Namespace: CMS.MessageBoards
Assembly: CMS.MessageBoards (in CMS.MessageBoards.dll) Version: 9.0.0
Syntax
C#
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