Skip to main content

FileManagerPermissionsBuilder Members

Provides methods that allow you to configure nested options of the client-side permissions object.

Constructors

Name Description
FileManagerPermissionsBuilder(OptionsOwnerContext) For internal use only. Initializes a new FileManagerPermissionsBuilder class instance.

Methods

Name Description
Copy(JS) Mirrors the client-side copy option.
Copy(Boolean) Mirrors the client-side copy option.
Create(JS) Mirrors the client-side create option.
Create(Boolean) Mirrors the client-side create option.
Delete(JS) Mirrors the client-side delete option.
Delete(Boolean) Mirrors the client-side delete option.
Download(JS) Mirrors the client-side download option.
Download(Boolean) 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) Mirrors the client-side move option.
Move(Boolean) 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) Mirrors the client-side rename option.
Rename(Boolean) Mirrors the client-side rename option.
ToString() Returns a string that represents the current object. Inherited from Object.
Upload(JS) Mirrors the client-side upload option.
Upload(Boolean) Mirrors the client-side upload option.
See Also