API Reference

Enum

GoogleWorkspaceDiffKind

Namespace OfficeIMO.GoogleWorkspace
Assembly OfficeIMO.GoogleWorkspace
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Classifies a change found while comparing local and remote document state.

Inheritance

  • Enum
  • GoogleWorkspaceDiffKind

Usage

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

Values

public const GoogleWorkspaceDiffKind SourceChange #

The local source changed.

Value: 0
public const GoogleWorkspaceDiffKind RemoteChange #

The remote Google Workspace document changed.

Value: 1
public const GoogleWorkspaceDiffKind Conflict #

Both sides changed incompatibly.

Value: 2
public const GoogleWorkspaceDiffKind LossyAction #

Applying the plan requires a lossy action.

Value: 3