CloudDrivePlugin Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Cloud drive plugin (e.g. OneDrive).
public sealed class CloudDrivePlugin
type CloudDrivePlugin = class
Public NotInheritable Class CloudDrivePlugin
- Inheritance
-
CloudDrivePlugin
Constructors
| CloudDrivePlugin(ICloudDriveConnector, ILoggerFactory) |
Initializes a new instance of the CloudDrivePlugin class. |
Methods
| CreateLinkAsync(String, CancellationToken) |
Create a sharable link to a file stored in a cloud drive. |
| GetFileContentAsync(String, CancellationToken) |
Get the contents of a file stored in a cloud drive. |
| UploadFileAsync(String, String, CancellationToken) |
Upload a small file to OneDrive (less than 4MB). |