API Reference

Class

OneNoteRevision

Namespace OfficeIMO.OneNote
Assembly OfficeIMO.OneNote
Modifiers sealed

Revision identity and provenance for an object space.

Inheritance

  • Object
  • OneNoteRevision

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

Constructors

Properties

public OneNoteExtendedGuid Id { get; set; } #

Revision identifier.

public OneNoteExtendedGuid BaseRevisionId { get; set; } #

Base revision identifier, when declared.

public Nullable<DateTime> CreatedUtc { get; set; } #

Revision creation time, when available.

public String Author { get; set; } #

Author associated with the revision.

public Boolean IsCurrent { get; set; } #

Whether this revision contributes to the current materialized state.

public Boolean IsVersionHistory { get; set; } #

Whether this revision represents version-history content.

public IList<OneNoteOpaqueObject> UnknownObjects { get; } #

Opaque revision data preserved for loss-aware writing.