API Reference

Class

WordRevisionOperationReport

Namespace OfficeIMO.Word
Assembly OfficeIMO.Word
Modifiers sealed

Result from a scoped tracked-revision operation.

Inheritance

  • Object
  • WordRevisionOperationReport

Usage

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

Accepted by parameters

Properties

public WordRevisionOperationKind Operation { get; } #

Gets the operation that was applied.

public IReadOnlyList<WordRevisionInfo> MatchedRevisions { get; } #

Gets revisions that matched before the document was mutated.

public Int32 MatchedCount { get; } #

Gets the number of matching revisions processed.