API Reference

Class

OneNoteSectionReader

Namespace OfficeIMO.OneNote
Assembly OfficeIMO.OneNote
Modifiers static

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: OneNoteSection

Reads a section from a file path.

Parameters

path System.String requiredposition: 0
options OfficeIMO.OneNote.OneNoteReaderOptions = null optionalposition: 1
public static OneNoteSection Read(Stream stream, OneNoteReaderOptions options = null) #
Returns: OneNoteSection

Reads a section from a caller-owned seekable stream.

Parameters

stream System.IO.Stream requiredposition: 0
options OfficeIMO.OneNote.OneNoteReaderOptions = null optionalposition: 1