API Reference
Class
OneNoteNotebookWriter
Creates a native offline notebook directory containing .onetoc2 and .one files.
Inheritance
- Object
- OneNoteNotebookWriter
Methods
public static Void Write(OneNoteNotebook notebook, String directoryPath, OneNoteWriterOptions options = null) #Returns:
VoidWrites a complete notebook to a new or empty directory. Existing files are never overwritten.
Parameters
- notebook OfficeIMO.OneNote.OneNoteNotebook
- directoryPath System.String
- options OfficeIMO.OneNote.OneNoteWriterOptions = null
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object