Back to Devexpress

TdxCloudStorageFolder Class

vcl-dxcloudstorage-cd4c3fd6.md

latest3.2 KB
Original Source

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.

Inheritance

TObject TdxCloudStorageItem TdxCloudStorageCustomFolder TdxCloudStorageFolder

See Also

TdxCloudStorageRoot

TdxCloudStorageSpecialFolder

TdxCloudStorageFolder Members

dxCloudStorage Unit