TdxCloudStorageFile Methods
A metadata container corresponding to an individual file stored on a connected online cloud storage’s server.
Name | Description |
---|---|
Copy |
Copies the online resource to the specified folder within the same cloud file storage.
Inherited from Tdx |
Delete |
Deletes the online resource.
Inherited from Tdx |
Download |
Downloads the stored file’s content. |
Equals |
Inherited from TObject. |
Get |
Returns the filename extension corresponding to the stored file’s format. |
Get |
Inherited from TObject. |
Is |
Identifies if the online resource is a folder.
Inherited from Tdx |
Move |
Moves the online resource to the specified folder.
Inherited from Tdx |
Move |
Moves the online resource to the “Trash” special folder.
Inherited from Tdx |
Restore |
Restores the online resource from the “Trash” special folder.
Inherited from Tdx |
To |
Inherited from TObject. |
Upload |
Replaces the stored file’s content with data within the specified stream. |
See Also