FileManagerPermissionsBuilder Methods
Provides methods that allow you to configure nested options of the client-side permissions object.Name | Description |
---|---|
Copy(JS) | Specifies whether a user is allowed to copy files and directories. Mirrors the client-side copy option. |
Copy(Boolean) | Specifies whether a user is allowed to copy files and directories. Mirrors the client-side copy option. |
Create(JS) | Specifies whether a user is allowed to create files and directories. Mirrors the client-side create option. |
Create(Boolean) | Specifies whether a user is allowed to create files and directories. Mirrors the client-side create option. |
Delete(JS) | Specifies whether a user is allowed to delete files and directories. Mirrors the client-side delete option. |
Delete(Boolean) | Specifies whether a user is allowed to delete files and directories. Mirrors the client-side delete option. |
Download(JS) | Specifies whether a user is allowed to download files. Mirrors the client-side download option. |
Download(Boolean) | Specifies whether a user is allowed to download files. Mirrors the client-side download option. |
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
Move(JS) | Specifies whether a user is allowed to move files and directories. Mirrors the client-side move option. |
Move(Boolean) | Specifies whether a user is allowed to move files and directories. Mirrors the client-side move option. |
Option(String, Object) | Specifies an option by its name. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
Rename(JS) | Specifies whether a user is allowed to rename files and directories. Mirrors the client-side rename option. |
Rename(Boolean) | Specifies whether a user is allowed to rename files and directories. Mirrors the client-side rename option. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
Upload(JS) | Specifies whether a user is allowed to upload files. Mirrors the client-side upload option. |
Upload(Boolean) | Specifies whether a user is allowed to upload files. Mirrors the client-side upload option. |
See Also