Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCloudStorageCustomFolder Methods
Show Inherited Hide Inherited

The base class for all classes that implement metadata containers corresponding to ordinary, special, and root folders on a connected cloud storage’s server.
Name Description
CopyTo(TdxCloudStorageFolder) Copies the online resource to the specified folder within the same cloud file storage. Inherited from TdxCloudStorageItem.
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.
GetHashCode Inherited from TObject.
HasChildren Identifies if the folder has any loaded content.
IndexOf(TdxCloudStorageItem) Returns the index of the specified resource within the folder.
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.
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.
See Also