PermissionInfo
Class
Class holding information about the permissions inside a RadDocument.
Definition
Namespace:Telerik.WinForms.Documents.Model
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
C#
public class PermissionInfo
Inheritance: objectPermissionInfo
Constructors
Initializes a new instance of the PermissionInfo class.
C#
public PermissionInfo(string name, PermissionType type, string displayName)
The name.
typePermissionTypeThe type.
displayNamestringThe display name.
Properties
Gets the display name.
C#
public string DisplayName { get; }
Gets the name of the permission.
C#
public string Name { get; }
The name of the permission.
Gets the type of the permission.
C#
public PermissionType Type { get; }
The type of the permission.
Methods
Creates an 'Everyone' permission.
Returns a hash code for this instance.
C#
public override int GetHashCode()
A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
Overrides: