CloudFileSystemProviderBase Members
In This Article
#Constructors
Name | Description |
---|---|
Cloud |
Initialize a new instance of the Cloud |
#Properties
Name | Description |
---|---|
Root |
Returns the root folder.
Inherited from File |
Root |
Gets the root folder’s caption.
Inherited from File |
#Methods
Name | Description |
---|---|
Copy |
Override this method to implement copying a file.
Inherited from File |
Copy |
Override this method to implement copying a folder.
Inherited from File |
Create |
Override this method to implement folder creation.
Inherited from File |
Delete |
Override this method to implement file deletion.
Inherited from File |
Delete |
Override this method to implement folder deletion.
Inherited from File |
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. |
Exists |
Override this method to implement the file existence verification.
Inherited from File |
Exists |
Override this method to implement the folder existence verification.
Inherited from File |
Get |
Override this method to provide a text displayed within a custom column.
Inherited from File |
Get |
Override this method to implement file downloading. |
Get |
Obtains the File Manager’s file permissions.
Inherited from File |
Get |
Override this method to implement getting a collection of files that are located in the current folder.
Inherited from File |
Get |
Override this method to get a file collection that matches the current recursive or custom filter.
Inherited from File |
Get |
Obtains the File Manager’s folder permissions.
Inherited from File |
Get |
Override this method to implement getting a collection of folders that are located in the current folder.
Inherited from File |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Override this method to implement getting the time of the last file modification.
Inherited from File |
Get |
Override this method to implement getting the time of the last folder modification.
Inherited from File |
Get |
Override this method to implement getting a file length.
Inherited from File |
Get |
Override this method to implement getting the parent folder of a file manager item.
Inherited from File |
Get |
Override this method to get the public URL of the uploaded file. |
Get |
Override this method to implement getting a relative folder path.
Inherited from File |
Get |
Override this method to provide file manager files with custom thumbnails. |
Get |
Override this method to provide file manager files with custom thumbnails.
Inherited from File |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Move |
Override this method to implement moving a file.
Inherited from File |
Move |
Override this method to implement moving a folder.
Inherited from File |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Rename |
Override this method to implement renaming a file.
Inherited from File |
Rename |
Override this method to implement renaming a folder.
Inherited from File |
To |
Returns a string that represents the current object. Inherited from Object. |
Upload |
Override this method to implement a file upload.
Inherited from File |
#Events
Name | Description |
---|---|
Request |
Fires when a cloud provider sends a request to a cloud service. |
See Also