API Reference

Class

GoogleWorkspaceSessionOptions

Namespace OfficeIMO.GoogleWorkspace
Assembly OfficeIMO.GoogleWorkspace
Modifiers sealed

Session-level options shared by Google Workspace exporters.

Inheritance

  • Object
  • GoogleWorkspaceSessionOptions

Usage

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

Constructors

Properties

public String ApplicationName { get; set; } #
public Func<String> RequestIdFactory { get; set; } #
public String DefaultDriveId { get; set; } #
public String DefaultFolderId { get; set; } #
public Boolean UseDomainWideDelegation { get; set; } #
public HttpClient HttpClient { get; set; } #
public TimeSpan RequestTimeout { get; set; } #
public TimeSpan RetryBaseDelay { get; set; } #
public TimeSpan RetryMaxDelay { get; set; } #
public Action<GoogleWorkspaceDiagnosticEntry> DiagnosticSink { get; set; } #