API Reference
Class
OneNoteSectionWriter
Creates native desktop or FSSHTTP package-store .one section files.
Inheritance
- Object
- OneNoteSectionWriter
Methods
Write 3 overloads
public static Byte[] Write(OneNoteSection section, OneNoteWriterOptions options = null) #Returns:
Byte[]Serializes a section to a new byte array.
Parameters
- section OfficeIMO.OneNote.OneNoteSection
- options OfficeIMO.OneNote.OneNoteWriterOptions = null
public static Void Write(OneNoteSection section, Stream destination, OneNoteWriterOptions options = null) #Returns:
VoidSerializes a section to a caller-owned writable stream.
Parameters
- section OfficeIMO.OneNote.OneNoteSection
- destination System.IO.Stream
- options OfficeIMO.OneNote.OneNoteWriterOptions = null
public static Void Write(OneNoteSection section, String path, OneNoteWriterOptions options = null) #Returns:
VoidSerializes a section to a file, replacing an existing file.
Parameters
- section OfficeIMO.OneNote.OneNoteSection
- path System.String
- options OfficeIMO.OneNote.OneNoteWriterOptions = null
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object