API Reference
Class
OneNoteSectionReader
Loads a desktop .one section into the typed OfficeIMO.OneNote model.
Inheritance
- Object
- OneNoteSectionReader
Methods
Read 2 overloads
public static OneNoteSection Read(String path, OneNoteReaderOptions options = null) #Returns:
OneNoteSectionReads a section from a file path.
Parameters
- path System.String
- options OfficeIMO.OneNote.OneNoteReaderOptions = null
public static OneNoteSection Read(Stream stream, OneNoteReaderOptions options = null) #Returns:
OneNoteSectionReads a section from a caller-owned seekable stream.
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