Skip to main content

TdxCloudStorageFolder Class

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

Declaration

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