TdxCloudStorageSpecialFolder Methods
A metadata container corresponding to a special folder provided by the cloud file storage in the connected account.| Name | Description |
|---|---|
| CopyTo(TdxCloudStorageFolder) | Overrides the folder copy procedure for the special folder’s metadata container. |
| Delete | Overrides the folder delete procedure for the special folder’s metadata container. |
| Equals(TObject) | Inherited from TObject. |
| FetchChildren(Boolean) | Loads the folder’s content structure from the connected online file storage’s server. Inherited from TdxCloudStorageCustomFolder. |
| GetHashCode | Inherited from TObject. |
| HasChildren | Identifies if the folder has any loaded content. Inherited from TdxCloudStorageCustomFolder. |
| IndexOf(TdxCloudStorageItem) | Returns the index of the specified resource within the folder. Inherited from TdxCloudStorageCustomFolder. |
| IsFolder | Identifies if the online resource is a folder. Inherited from TdxCloudStorageItem. |
| IsRoot | Identifies if the current folder is the root folder on the connected cloud service storage account. Inherited from TdxCloudStorageCustomFolder. |
| MoveTo(TdxCloudStorageFolder) | Overrides the folder move procedure for the special folder’s metadata container. |
| MoveToTrash | Overrides the folder trash procedure for the special folder’s metadata container. |
| RestoreFromTrash | Overrides the folder restore procedure for the special folder’s metadata container. |
| ToString | Inherited from TObject. |
See Also