Skip to main content

TdxCloudStorageCustomFolder Class

The base class for all classes that implement metadata containers corresponding to ordinary, special, and root folders on a connected cloud storage’s server.

Declaration

TdxCloudStorageCustomFolder = class(
    TdxCloudStorageItem
)

Remarks

This class extends its ancestor with the following members that allow you to:

  • Identify if the stored folder has any content (HasChildren).

  • Identify if the folder is the online file storage’s root (IsRoot).

  • Populate or refresh the folder’s content structure (FetchChildren).

  • Identify if the folder’s content structure is loaded from the connected server (IsLoaded).

  • Access and manage the folder’s loaded content (Children).

  • Identify if the specified online resource is within the folder (IndexOf).

  • Access the list of folders to which the current folder belongs (Parents).

Do not use the TdxCloudStorageCustomFolder class. Use its descendants instead.

Inheritance

TObject
TdxCloudStorageItem
TdxCloudStorageCustomFolder
See Also