API Reference

Class

OneNoteRevisionStore

Namespace OfficeIMO.OneNote
Assembly OfficeIMO.OneNote
Modifiers sealed

Decoded physical root of a desktop MS-ONESTORE revision store.

Inheritance

  • Object
  • OneNoteRevisionStore

Usage

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

Properties

public OneNoteFileHeader Header { get; } #

Validated revision-store header.

public OneNoteFileNodeList RootFileNodeList { get; } #

Root file-node list that identifies all object spaces in the file.

public IReadOnlyList<OneNoteFileNodeList> FileNodeLists { get; } #

All reachable file-node lists, beginning with RootFileNodeList.

public IReadOnlyList<OneNoteRevisionManifest> Revisions { get; } #

Reachable revision manifests in source order.

public IReadOnlyList<OneNoteRevisionStoreObject> Objects { get; } #

Decoded object declarations and revisions in source order.

public IReadOnlyList<OneNoteFileDataStoreObject> FileDataObjects { get; } #

Embedded file-data store payloads.