Back to Devexpress

TdxCloudStorageMicrosoftOneDriveProvider Class

vcl-dxcloudstoragemicrosoftonedriveprovider.md

latest2.4 KB
Original Source

TdxCloudStorageMicrosoftOneDriveProvider Class

An online file data provider that can work with Microsoft OneDrive®.

Declaration

delphi
TdxCloudStorageMicrosoftOneDriveProvider = class(
    TdxCloudStorageOAuth2Provider
)

Remarks

This class implements file data access and synchronization functionality via Microsoft Graph® and OneDrive REST APIs.

Assign the TdxCloudStorageMicrosoftOneDriveProvider class name to a cloud storage component’s ProviderClassName property to create a Microsoft OneDrive® file data provider accessible via the component’s Provider property. Then, assign a properly configured Microsoft Graph® API-compatible authorization agent to the AuthorizationAgent property to be able to authenticate and authorize the file data provider in an online account.

Note

A Microsoft OneDrive® file data provider can access the content of the “Recent” and “Shared with me” special folders.

Inheritance

TObject TPersistent TInterfacedPersistent TcxInterfacedPersistent TdxCloudStorageProvider TdxCloudStorageOAuth2Provider TdxCloudStorageMicrosoftOneDriveProvider

See Also

TdxCloudStorageGoogleDriveProvider

TdxGoogleAPIOAuth2AuthorizationAgentUserInfo

TdxMicrosoftGraphAPIOAuth2AuthorizationAgentUserInfo

TdxCloudStorageMicrosoftOneDriveProvider Members

dxCloudStorageMicrosoftOneDriveProvider Unit