Class AccessPermission
Inheritance
System.Object
AccessPermission
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.EJ2.FileManager.Base
Assembly: Syncfusion.EJ2.dll
Syntax
public class AccessPermission
Constructors
AccessPermission()
Declaration
public AccessPermission()
Fields
Copy
Declaration
public bool Copy
Field Value
Type | Description |
---|---|
System.Boolean |
Download
Declaration
public bool Download
Field Value
Type | Description |
---|---|
System.Boolean |
Message
Declaration
public string Message
Field Value
Type | Description |
---|---|
System.String |
Read
Declaration
public bool Read
Field Value
Type | Description |
---|---|
System.Boolean |
Upload
Declaration
public bool Upload
Field Value
Type | Description |
---|---|
System.Boolean |
Write
Declaration
public bool Write
Field Value
Type | Description |
---|---|
System.Boolean |
WriteContents
Declaration
public bool WriteContents
Field Value
Type | Description |
---|---|
System.Boolean |