API Reference

Class

OneNoteRevisionManifest

Namespace OfficeIMO.OneNote
Assembly OfficeIMO.OneNote
Modifiers sealed

A revision manifest and its root-role choices.

Inheritance

  • Object
  • OneNoteRevisionManifest

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

Properties

public OneNoteExtendedGuid Id { get; } #

Revision identity.

public OneNoteExtendedGuid ObjectSpaceId { get; set; } #

Object space revised by this manifest.

public OneNoteExtendedGuid DependencyId { get; set; } #

Dependency revision identity.

public OneNoteExtendedGuid ContextId { get; set; } #

Context identity for a version-7 manifest.

public UInt32 Role { get; set; } #

Revision role.

public IReadOnlyList<OneNoteRevisionRoleAssociation> RoleAssociations { get; } #

Context and revision-role labels associated with this revision in source order. Later associations for the same label supersede earlier ones.

public Boolean IsEncrypted { get; set; } #

Whether the revision's object data is encrypted.

public IList<OneNoteRootObjectReference> RootObjects { get; } #

Root objects selected by this revision.