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

TdxCloudStorageFolder Class

A metadata container corresponding to a folder within the cloud storage content structure.

#Declaration

Delphi
TdxCloudStorageFolder = class(
    TdxCloudStorageCustomFolder
)

#Remarks

Cloud storage services allow users to arrange files hierarchically by storing them in named directories (or folders) in a way similar to local file systems.

The TdxCloudStorageFolder class has the following members that allow you to:

The Children.Items property and the cloud storage component’s Files.Root.Items property reference a TdxCloudStorageFolder class instance as a TdxCloudStorageItem object.

See Also