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

TdxCloudStorageOAuth2Provider Properties
Show Inherited Hide Inherited

The base class for all classes that implement cloud storage data providers that use the OAuth 2.0 authentication protocol.
Name Description
AuthorizationAgent Associates the cloud storage data provider with the corresponding authorization agent component that supports the OAuth 2.0 authentication protocol.
Owner Provides access to the control or its object to which the persisted settings belong. Inherited from TcxInterfacedPersistent.
RecentDayCountLimit protected Specifies the time limit (in days) during which the stored files are considered “recent”. Inherited from TdxCloudStorageProvider.
RecentFileCountLimit protected Specifies the maximum number of files within the “Recent” special folder. Inherited from TdxCloudStorageProvider.
RegistryExtensionToMIMEType Provides access to the dictionary populated with filename extensions and corresponding MIME content types. Inherited from TdxCloudStorageProvider.
Storage Provides access to the cloud storage component to which the current data provider belongs. Inherited from TdxCloudStorageProvider.
UseCurrentThread Inherited from TdxCloudStorageProvider.
See Also