TdxCloudStorageFolderChildren Class
A list of nested online resources within a cloud folder.
Declaration
TdxCloudStorageFolderChildren = class(
TdxCloudStorageItemList
)
Remarks
This class has the following members that allow you to:
Obtain the total number of nested resources (Count).
Access individual nested files and folders by index (Items).
Search for files and nested folders by their names (FindFileByName and FindFolderByName).
Find a nested file or folder by its unique identifier (FindByID).
Obtain the index of a specific file or folder within the list (IndexOf).
The root, special, and ordinary folder metadata containers have the Children property that references a TdxCloudStorageFolderChildren object.
Inheritance
TObject
TdxCloudStorageItemList<T>
TdxCloudStorageItemList
TdxCloudStorageFolderChildren
See Also