Class AccessRule
Class AccessRule specifies rule for file/ folder.
Inheritance
System.Object
AccessRule
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.JavaScript
Assembly: Syncfusion.EJ.dll
Syntax
public class AccessRule
Constructors
AccessRule()
Declaration
public AccessRule()
Properties
Copy
Gets or sets the permission for copy.
Declaration
public Permission Copy { get; set; }
Property Value
Type | Description |
---|---|
Permission | The permission for copy. |
Download
Gets or sets the permission for download.
Declaration
public Permission Download { get; set; }
Property Value
Type | Description |
---|---|
Permission | The permission for download. |
Edit
Gets or sets the permission for edit.
Declaration
public Permission Edit { get; set; }
Property Value
Type | Description |
---|---|
Permission | The permission for edit. |
EditContents
Gets or sets the permission for editing its child contents.
Declaration
public Permission EditContents { get; set; }
Property Value
Type | Description |
---|---|
Permission | The permission for editing contents. |
Path
Gets or sets the path to apply the rules which are defined.
Declaration
public string Path { get; set; }
Property Value
Type | Description |
---|---|
System.String | The path. |
Read
Gets or sets the permission for read.
Declaration
public Permission Read { get; set; }
Property Value
Type | Description |
---|---|
Permission | The permission for read. |
Role
Gets or sets the role to which the rule is applied.
Declaration
public string Role { get; set; }
Property Value
Type | Description |
---|---|
System.String | The role. |
Upload
Gets or sets the permission for upload.
Declaration
public Permission Upload { get; set; }
Property Value
Type | Description |
---|---|
Permission | The permission for upload. |