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

TdxCloudStorageFiles.SpecialFolders Property

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

#Declaration

Delphi
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