Class AccessPermission
Represents the class for File Access Permission.
Inheritance
Namespace: Syncfusion.Blazor.FileManager
Assembly: Syncfusion.Blazor.dll
Syntax
public class AccessPermission : Object
Constructors
AccessPermission()
Declaration
public AccessPermission()
Properties
Copy
Gets or sets a value indicating whether the current item is allowed to be copied.
Declaration
public bool Copy { get; set; }
Property Value
Type |
---|
System.Boolean |
Remarks
This property determines whether the current item has the necessary permissions to be copied.
Download
Gets or sets a value indicating whether the current item is allowed to be downloaded.
Declaration
public bool Download { get; set; }
Property Value
Type |
---|
System.Boolean |
Remarks
This property determines whether the current item has the necessary permissions to be downloaded.
Message
Gets or sets the message associated with the current item's permissions.
Declaration
public string Message { get; set; }
Property Value
Type |
---|
System.String |
Remarks
This property returns the message associated with the current item's permissions.
Read
Gets or sets a value indicating whether the current item have read permission.
Declaration
public bool Read { get; set; }
Property Value
Type |
---|
System.Boolean |
Remarks
This property determines whether the current item has the necessary read permissions.
Upload
Gets or sets a value indicating whether the current item has permission to be uploaded.
Declaration
public bool Upload { get; set; }
Property Value
Type |
---|
System.Boolean |
Remarks
This property determines whether the current item has the necessary upload permissions.
Write
Gets or sets a value indicating whether the current item have write permission.
Declaration
public bool Write { get; set; }
Property Value
Type |
---|
System.Boolean |
Remarks
This property determines whether the current item has the necessary write permissions.
WriteContents
Gets or sets a value indicating whether the current item have WriteContents permission.
Declaration
public bool WriteContents { get; set; }
Property Value
Type |
---|
System.Boolean |
Remarks
This property determines whether the current item has the necessary write permissions.