Skip to main content

TdxCloudStorageFiles.SpecialFolders Property

Provides access to the list of all special folders that the connected cloud storage service’s server provides.

Declaration

property SpecialFolders: TdxCloudStorageSpecialFolderList read;

Property Value

Type
TdxCloudStorageSpecialFolderList

Remarks

Call the SpecialFolders.GetByType function to access individual special folders by their types. Alternatively, you can use the SpecialFolders.Items property. Refer to the TdxCloudStorageSpecialFolderList class description for additional information.

Note

You can access the “Trash” special folder both via the SpecialFolders property and the dedicated Trash property if the active cloud file storage provider can access this folder.

See Also