API Reference

Class

GoogleWorkspaceSyncPlan

Namespace OfficeIMO.GoogleWorkspace.Sync
Assembly OfficeIMO.GoogleWorkspace.Sync
Modifiers sealed

Immutable mutation plan suitable for review, dry-run, approval, and apply.

Inheritance

  • Object
  • GoogleWorkspaceSyncPlan

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

Accepted by parameters

Methods

public static GoogleWorkspaceSyncPlan Create(IEnumerable<GoogleWorkspaceSyncItem> items, TranslationReport report = null) #
Returns: GoogleWorkspaceSyncPlan

Parameters

items IEnumerable<GoogleWorkspaceSyncItem> requiredposition: 0
report TranslationReport = null optionalposition: 1

Properties

public IReadOnlyList<GoogleWorkspaceSyncItem> Items { get; } #
public TranslationReport Report { get; } #