Class AccessPermission
Class for File Access Permission.
Inheritance
System.Object
AccessPermission
Namespace: Syncfusion.Blazor.FileManager
Assembly: Syncfusion.Blazor.dll
Syntax
public class AccessPermission : Object
Constructors
AccessPermission()
Declaration
public AccessPermission()
Properties
Copy
Return the current item having copy permission or not
Declaration
public bool Copy { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Download
Return the current item having download permission or not
Declaration
public bool Download { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Message
Return the current item permission message.
Declaration
public string Message { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Read
Return the current item having read permission or not
Declaration
public bool Read { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Upload
Return the current item having upload permission or not
Declaration
public bool Upload { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Write
Return the current item having write permission or not
Declaration
public bool Write { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
WriteContents
Return the current item having WriteContents permission or not
Declaration
public bool WriteContents { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |