Back to Devexpress

dxCloudStorage Unit

vcl-dxcloudstorage.md

latest7.1 KB
Original Source

dxCloudStorage Unit

Classes

NameDescription
TdxCloudStorageA cloud storage component.
TdxCloudStorageCustomFolderThe base class for all classes that implement metadata containers corresponding to ordinary, special, and root folders on a connected cloud storage’s server.
TdxCloudStorageFileA metadata container corresponding to an individual file stored on a connected online cloud storage’s server.
TdxCloudStorageFilesThe base class for all classes that implement cloud file storage managers.
TdxCloudStorageFolderA metadata container corresponding to a folder within the cloud storage content structure.
TdxCloudStorageFolderChildrenA list of nested online resources within a cloud folder.
TdxCloudStorageFolderListA list of folders.
TdxCloudStorageItemThe base class for all classes that implement metadata containers corresponding to individual resources (such as folders and files) stored on a connected online cloud storage’s server.
TdxCloudStorageItemListA list of online resource metadata containers.
TdxCloudStorageItemList<T>The base class for all classes that implement lists of online resources for the cloud storage component.
TdxCloudStorageItemPermissionA permission to view or edit a file or folder in an online storage.
TdxCloudStorageItemPermissionsA collection of permissions to view or edit a file or folder located on a connected storage server.
TdxCloudStorageOAuth2ProviderThe base class for all classes that implement cloud storage data providers that use the OAuth 2.0 authentication protocol.
TdxCloudStorageProviderThe base class for all classes that implement cloud storage data providers.
TdxCloudStorageRootA metadata container corresponding to the root of the cloud file storage in the connected account.
TdxCloudStorageSpecialFolderA metadata container corresponding to a special folder provided by the cloud file storage in the connected account.
TdxCloudStorageSpecialFolderListA list of special folders.

Enums

NameDescription
TdxCloudStorageItemPermissionScopeEnumerates available access permission scopes.
TdxCloudStorageSpecialFolder.TType

Types

NameDescription
TdxCloudStorage.TErrorEventThe cloud storage error event type.
TdxCloudStorage.TFileContentUploadedEventThe nested procedural type of the existing file update success notification event.
TdxCloudStorage.TFileContentUploadEventThe nested procedural type of the existing file update progress tracking event.
TdxCloudStorage.TFileContentUploadingEventThe nested procedural type of the existing file update initiation event.
TdxCloudStorage.TFolderChangeEventThe procedural type of the cloud folder state change event.
TdxCloudStorage.TItemChangedEventThe procedural type of the cloud resource state change event.
TdxCloudStorage.TItemDownloadedEventThe nested procedural type of the file download success notification event.
TdxCloudStorage.TItemDownloadEventThe nested procedural type of the file download progress tracking event.
TdxCloudStorage.TItemDownloadingEventThe nested procedural type of the file download initiation event.
TdxCloudStorage.TItemPermissionChangedEventThe nested procedural type of access permission change events.
TdxCloudStorage.TItemUploadedEventThe nested procedural type of the file upload success notification event.
TdxCloudStorage.TItemUploadEventThe nested procedural type of the file upload progess tracking event.
TdxCloudStorage.TItemUploadingEventThe nested procedural type of the file upload initiation event.
TdxCloudStorageFileProgressCallbackThe callback procedural type designed to track file upload and download progress.
TdxCloudStorageProviderClassThe class-reference to a cloud storage data provider class.
TdxCloudStorageSpecialFolderList.TEnumProc