API Reference

Class

GoogleDriveTemporaryContentLease

Namespace OfficeIMO.GoogleWorkspace.Drive
Assembly OfficeIMO.GoogleWorkspace.Drive
Modifiers sealed

Inheritance

  • Object
  • GoogleDriveTemporaryContentLease

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Methods

public async Task<GoogleDriveCleanupReport> CleanupAsync(CancellationToken cancellationToken = null) #
Returns: Task<GoogleDriveCleanupReport>

Parameters

cancellationToken CancellationToken = null optionalposition: 0
public static async Task<GoogleDriveTemporaryContentLease> CreatePublicReadLeaseAsync(GoogleDriveClient client, Byte[] content, GoogleDriveUploadOptions options, TranslationReport report = null, CancellationToken cancellationToken = null) #
Returns: Task<GoogleDriveTemporaryContentLease>

Parameters

client GoogleDriveClient requiredposition: 0
content Byte[] requiredposition: 1
options GoogleDriveUploadOptions requiredposition: 2
report TranslationReport = null optionalposition: 3
cancellationToken CancellationToken = null optionalposition: 4

Properties