API Reference
Class
OneNoteRevisionStoreReader
Reads the validated physical revision-store graph of desktop .one and .onetoc2 files.
Inheritance
- Object
- OneNoteRevisionStoreReader
Methods
Read 2 overloads
public static OneNoteRevisionStore Read(String path, OneNoteReaderOptions options = null) #Returns:
OneNoteRevisionStoreReads the root revision-store structures from a file path.
Parameters
- path System.String
- options OfficeIMO.OneNote.OneNoteReaderOptions = null
public static OneNoteRevisionStore Read(Stream stream, OneNoteReaderOptions options = null) #Returns:
OneNoteRevisionStoreReads the root revision-store structures from a caller-owned seekable stream and restores its original position.
Parameters
- stream System.IO.Stream
- options OfficeIMO.OneNote.OneNoteReaderOptions = null
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object