TdxCloudStorageMicrosoftOneDriveProvider Members
An online file data provider that can work with Microsoft OneDrive®.Constructors
| Name | Description |
|---|---|
| Create(TdxCloudStorage) | Creates a new TdxCloudStorageProvider class descendant instance for the specified cloud storage component. Inherited from TdxCloudStorageProvider. |
| Create(TPersistent) | Initializes a new instance of the TcxInterfacedPersistent class with specified settings. Inherited from TcxInterfacedPersistent. |
Properties
| Name | Description |
|---|---|
| AuthorizationAgent | Associates the online file data provider with a Microsoft Graph® API-compatible authorization agent. |
| 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. |
Methods
| Name | Description |
|---|---|
| Assign(TPersistent) | Inherited from TPersistent. |
| AssignTo(TPersistent) | Inherited from TPersistent. |
| Equals(TObject) | Inherited from TObject. |
| GetDisplayName | Returns the name of the cloud storage service type to which the data provider can connect. Inherited from TdxCloudStorageProvider. |
| GetExtension(TdxCloudStorageItem) | Returns a filename extension for the specified cloud resource metadata container. Inherited from TdxCloudStorageProvider. |
| GetHashCode | Inherited from TObject. |
| GetNamePath | Inherited from TPersistent. |
| GetOwner | Inherited from TPersistent. |
| GetScopes protected | Returns the data access permissions that the associated authorization agent requests on a successful connection to a Microsoft account. |
| QueryInterface(TGUID,Untyped) | Inherited from TInterfacedPersistent. |
| Register | Registers the data provider class in the list of providers available for use with the cloud storage component. Inherited from TdxCloudStorageProvider. |
| ToString | Inherited from TObject. |
| Unregister | Removes the data provider class from the list of providers available for use with the cloud storage component. Inherited from TdxCloudStorageProvider. |
See Also