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 Members

The base class for all classes that implement cloud file storage managers.

#Constructors

Name Description
Create(TdxCloudStorageProvider) Creates a new TdxCloudStorageFiles class descendant instance for the specified cloud storage data provider.

#Properties

Name Description
Root Provides access to the cloud storage root.
SpecialFolders Provides access to the list of all special folders that the connected cloud storage service’s server provides.
Trash Provides access to the “Trash” special folder.

#Methods
Show Inherited Hide Inherited

Name Description
Equals(TObject) Inherited from TObject.
FetchAll Loads the full content structure from the connected cloud storage service’s server.
FindByID(string) Returns the metadata container by the specified unique resource identifier.
GetHashCode Inherited from TObject.
ToString Inherited from TObject.
See Also