FileManagerPermissionsBuilder Members
In This Article
#Constructors
Name | Description |
---|---|
File |
For internal use only. Initializes a new File |
#Methods
Name | Description |
---|---|
Copy |
Specifies whether a user is allowed to copy files and directories. Mirrors the client-side copy option. |
Copy |
Specifies whether a user is allowed to copy files and directories. Mirrors the client-side copy option. |
Create |
Specifies whether a user is allowed to create files and directories. Mirrors the client-side create option. |
Create |
Specifies whether a user is allowed to create files and directories. Mirrors the client-side create option. |
Delete |
Specifies whether a user is allowed to delete files and directories. Mirrors the client-side delete option. |
Delete |
Specifies whether a user is allowed to delete files and directories. Mirrors the client-side delete option. |
Download |
Specifies whether a user is allowed to download files. Mirrors the client-side download option. |
Download |
Specifies whether a user is allowed to download files. Mirrors the client-side download option. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Move |
Specifies whether a user is allowed to move files and directories. Mirrors the client-side move option. |
Move |
Specifies whether a user is allowed to move files and directories. Mirrors the client-side move option. |
Option |
Specifies an option by its name. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Rename |
Specifies whether a user is allowed to rename files and directories. Mirrors the client-side rename option. |
Rename |
Specifies whether a user is allowed to rename files and directories. Mirrors the client-side rename option. |
To |
Returns a string that represents the current object. Inherited from Object. |
Upload |
Specifies whether a user is allowed to upload files. Mirrors the client-side upload option. |
Upload |
Specifies whether a user is allowed to upload files. Mirrors the client-side upload option. |
See Also