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

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

Delphi
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