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

TdxCloudStorageRoot Methods
Show Inherited Hide Inherited

A metadata container corresponding to the root of the cloud file storage in the connected account.
Name Description
CopyTo(TdxCloudStorageFolder) Overrides the folder copy procedure for the Root folder’s metadata container.
CreateFolder(string) Creates a new empty folder with the specified name within the current folder. Inherited from TdxCloudStorageFolder.
Delete Overrides the folder delete procedure for the Root 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 Root folder’s metadata container.
MoveToTrash Overrides the folder trash procedure for the Root folder’s metadata container.
RestoreFromTrash Overrides the folder restore procedure for the Root folder’s metadata container.
ToString Inherited from TObject.
UploadFile(string) Uploads a locally stored file to the cloud folder. Inherited from TdxCloudStorageFolder.
See Also