API Reference
Class
OneNoteRevisionStore
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.
Returned or exposed by
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.