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