TdxCloudStorageItem Methods
The base class for all classes that implement metadata containers corresponding to individual resources (such as folders and files) stored on a connected online cloud storage’s server.| Name | Description |
|---|---|
| CopyTo(TdxCloudStorageFolder) | Copies the online resource to the specified folder within the same cloud file storage. |
| Delete | Deletes the online resource. |
| Equals(TObject) | Inherited from TObject. |
| GetHashCode | Inherited from TObject. |
| IsFolder | Identifies if the online resource is a folder. |
| MoveTo(TdxCloudStorageFolder) | Moves the online resource to the specified folder. |
| MoveToTrash | Moves the online resource to the “Trash” special folder. |
| RestoreFromTrash | Restores the online resource from the “Trash” special folder. |
| ToString | Inherited from TObject. |
See Also