API Reference
Class
GoogleDriveTemporaryContentLease
Inheritance
- Object
- GoogleDriveTemporaryContentLease
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Methods
public async Task<GoogleDriveCleanupReport> CleanupAsync(CancellationToken cancellationToken = null) #Returns:
Task<GoogleDriveCleanupReport>Parameters
- cancellationToken CancellationToken = null
public static async Task<GoogleDriveTemporaryContentLease> CreatePublicReadLeaseAsync(GoogleDriveClient client, Byte[] content, GoogleDriveUploadOptions options, TranslationReport report = null, CancellationToken cancellationToken = null) #Returns:
Task<GoogleDriveTemporaryContentLease>Parameters
- client GoogleDriveClient
- content Byte[]
- options GoogleDriveUploadOptions
- report TranslationReport = null
- cancellationToken CancellationToken = null
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object