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:
Identify if the folder’s content structure is loaded from the connected server (IsLoaded).
Populate the first nesting level of the folder content structure (FetchChildren).
Identify whether the folder is empty (IsLoaded and HasChildren).
Manage access permissions (Permissions).
Copy, move, or delete the folder and all its content within the cloud file storage (CopyTo, MoveTo, and Delete).
Trash or restore the folder and its content (MoveToTrash and RestoreFromTrash).
Access and manage the folder’s loaded content (Children).
Create new empty folders (CreateFolder).
Upload local files as new online resources (UploadFile).
Identify if the specified online resource is within the folder (IndexOf).
Access the list of folders to which the current folder belongs (Parents).
The Children.Items property and the cloud storage component’s Files.Root.Items property reference a TdxCloudStorageFolder class instance as a TdxCloudStorageItem object.