TdxCloudStorageGoogleDriveFiles Members
A Google Drive file storage manager.Constructors
Name | Description |
---|---|
Create(TdxCloudStorageProvider) | Creates a new TdxCloudStorageFiles class descendant instance for the specified cloud storage data provider. Inherited from TdxCloudStorageFiles. |
Properties
Name | Description |
---|---|
Root | Provides access to the cloud storage root. Inherited from TdxCloudStorageFiles. |
SpecialFolders | Provides access to the list of all special folders that the connected cloud storage service’s server provides. Inherited from TdxCloudStorageFiles. |
Trash | Provides access to the “Trash” special folder. Inherited from TdxCloudStorageFiles. |
Methods
Name | Description |
---|---|
Equals(TObject) | Inherited from TObject. |
FetchAll | Loads the full content structure from the connected cloud storage service’s server. Inherited from TdxCloudStorageFiles. |
FindByID(string) | Returns the metadata container by the specified unique resource identifier. Inherited from TdxCloudStorageFiles. |
GetHashCode | Inherited from TObject. |
ToString | Inherited from TObject. |
See Also