Class PermissionRangeCredentials
Describes information for Permission
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Flow.Model.Protection
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public class PermissionRangeCredentials
Constructors
PermissionRangeCredentials(String)
Initializes a new instance of the Permission
Declaration
public PermissionRangeCredentials(string editor)
Parameters
System. The editor. Could be defined as DOMAIN\name, name or email. |
PermissionRangeCredentials(EditingGroup)
Initializes a new instance of the Permission
Declaration
public PermissionRangeCredentials(EditingGroup editingGroup)
Parameters
Editing The editing group. |
Properties
EditingGroup
Gets or sets the editing group.
Declaration
public EditingGroup? EditingGroup { get; set; }
Property Value
System. The editing group. |
Editor
Gets or sets the editor.
Declaration
public string Editor { get; set; }
Property Value
System. The editor. |