FileSystemProviderBase Methods
Serves as the base class for providers that perform operations with the file system.
Name | Description |
---|---|
Copy |
Override this method to implement copying a file. |
Copy |
Override this method to implement copying a folder. |
Create |
Override this method to implement folder creation. |
Delete |
Override this method to implement file deletion. |
Delete |
Override this method to implement folder deletion. |
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. |
Exists |
Override this method to implement the folder existence verification. |
Get |
Override this method to provide a text displayed within a custom column. |
Get |
Obtains the File Manager’s file permissions. |
Get |
Override this method to implement getting a collection of files that are located in the current folder. |
Get |
Override this method to get a file collection that matches the current recursive or custom filter. |
Get |
Obtains the File Manager’s folder permissions. |
Get |
Override this method to implement getting a collection of folders that are located in the current folder. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Override this method to implement getting the time of the last file modification. |
Get |
Override this method to implement getting the time of the last folder modification. |
Get |
Override this method to implement getting a file length. |
Get |
Override this method to implement getting the parent folder of a file manager item. |
Get |
Override this method to implement getting a relative folder path. |
Get |
Override this method to provide file manager files with custom thumbnails. |
Get |
Override this method to provide file manager files with custom thumbnails. |
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. |
Move |
Override this method to implement moving a folder. |
Read |
Override this method to implement file reading. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Rename |
Override this method to implement renaming a file. |
Rename |
Override this method to implement renaming a folder. |
To |
Returns a string that represents the current object. Inherited from Object. |
Upload |
Override this method to implement a file upload. |
See Also