ClassPermissionInfo
Class holding information about the permissions inside a RadDocument.
Definition
Namespace:Telerik.Windows.Documents.Model
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
public class PermissionInfo
Inheritance: objectPermissionInfo
Constructors
PermissionInfo(string, PermissionType, string)
Initializes a new instance of the PermissionInfo class.
Declaration
public PermissionInfo(string name, PermissionType type, string displayName)
Parameters
name
The name.
type
The type.
displayName
The display name.
Properties
DisplayName
Gets the display name.
Name
Gets the name of the permission.
Declaration
public string Name { get; }
Property Value
The name of the permission.
Type
Gets the type of the permission.
Declaration
public PermissionType Type { get; }
Property Value
The type of the permission.
Methods
CreateEveryonePermissionInfo()
Creates an 'Everyone' permission.
Declaration
public static PermissionInfo CreateEveryonePermissionInfo()
Returns
Equals(object)
Determines whether the specified object, is equal to this instance.
GetHashCode()
Returns a hash code for this instance.
Declaration
public override int GetHashCode()
Returns
A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
Overrides