GoogleDriveFileSystemProviderBase Methods
Serves as a base class for the GoogleDriveFileSystemProvider and GoogleDrivePersonalFileSystemProvider classes.
Name | Description |
---|---|
Copy |
Implements file copying. |
Copy |
Implements folder copying. |
Create |
Implements folder creation. |
Delete |
Implements file deletion. |
Delete |
Implements 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 |
Implements file existence verification. |
Exists |
Implements the file existence verification. |
Get |
Returns the URL of the file’s thumbnail in the storage. |
Get |
Override this method to provide a text displayed within a custom column.
Inherited from File |
Get |
Override this method to implement file downloading.
Inherited from Cloud |
Get |
Obtains the File Manager’s file permissions.
Inherited from File |
Get |
Implements 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.
Inherited from File |
Get |
Obtains the File Manager’s folder permissions.
Inherited from File |
Get |
Implements getting a collection of folders that are located in the current folder. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Implements getting the time of the last file modification. |
Get |
Implements getting the time of the last file modification. |
Get |
Returns the length of the specified 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.
Inherited from Cloud |
Get |
Override this method to implement getting a relative folder path.
Inherited from File |
Get |
Returns the file’s thumbnail in the storage. |
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 |
Implements file moving. |
Move |
Implements folder moving. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Rename |
Implements file renaming. |
Rename |
Implements folder renaming. |
To |
Returns a string that represents the current object. Inherited from Object. |
Upload |
Implements a file upload. |
See Also