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.
|
Equals(Object)
|
Determines whether the specified object is equal to the current object.
|
GetHashCode()
|
Serves as the default hash function.
|
GetType()
|
Gets the Type of the current instance.
|
MemberwiseClone()
protected
|
Creates a shallow copy of the current 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.
|
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.
|
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.
|