Skip to main content

TdxCloudStorageFolder Methods

A metadata container corresponding to a folder within the cloud storage content structure.
Name Description
CopyTo(TdxCloudStorageFolder) Copies the online resource to the specified folder within the same cloud file storage. Inherited from TdxCloudStorageItem.
CreateFolder(string) Creates a new empty folder with the specified name within the current folder.
Delete Deletes the online resource. Inherited from TdxCloudStorageItem.
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) Moves the online resource to the specified folder. Inherited from TdxCloudStorageItem.
MoveToTrash Moves the online resource to the “Trash” special folder. Inherited from TdxCloudStorageItem.
RestoreFromTrash Restores the online resource from the “Trash” special folder. Inherited from TdxCloudStorageItem.
ToString Inherited from TObject.
UploadFile(string) Uploads a locally stored file to the cloud folder.
See Also