CustomFileSystemProviderBuilder Members
In This Article
#Constructors
Name | Description |
---|---|
Custom |
Initializes a new instance of the Custom |
#Methods
Name | Description |
---|---|
Abort |
A function that cancels the file upload. Mirrors the client-side abort |
Abort |
A function that cancels the file upload. Mirrors the client-side abort |
Copy |
A function that copies files or directories. Mirrors the client-side copy |
Copy |
A function that copies files or directories. Mirrors the client-side copy |
Create |
A function that creates a directory. Mirrors the client-side create |
Create |
A function that creates a directory. Mirrors the client-side create |
Delete |
A function that deletes a file or directory. Mirrors the client-side delete |
Delete |
A function that deletes a file or directory. Mirrors the client-side delete |
Download |
A function that downloads files. Mirrors the client-side download |
Download |
A function that downloads files. Mirrors the client-side download |
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 |
A function that gets file system items. Mirrors the client-side get |
Get |
A function that gets file system items. Mirrors the client-side get |
Get |
A function that get items content. Mirrors the client-side get |
Get |
A function that get items content. Mirrors the client-side get |
Get |
Gets the Type of the current instance. Inherited from Object. |
Has |
A function or the name of a data source field that provides information on whether a file or directory contains sub directories. Mirrors the client-side has |
Has |
A function or the name of a data source field that provides information on whether a file or directory contains sub directories. Mirrors the client-side has |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Move |
A function that moves files and directories. Mirrors the client-side move |
Move |
A function that moves files and directories. Mirrors the client-side move |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Rename |
A function that renames files and directories. Mirrors the client-side rename |
Rename |
A function that renames files and directories. Mirrors the client-side rename |
To |
Returns a string that represents the current object. Inherited from Object. |
Upload |
A function that uploads a file in chunks. Mirrors the client-side upload |
Upload |
A function that uploads a file in chunks. Mirrors the client-side upload |
See Also