Class NotebookOneSaveOptions

NotebookOneSaveOptions class

Allows to specify additional options when saving notebook to OneNote format.

public class NotebookOneSaveOptions : NotebookSaveOptions<OneSaveOptions>

Constructors

NameDescription
NotebookOneSaveOptions()The default constructor.

Properties

NameDescription
DeferredSaving { get; set; }Gets or sets a value indicating whether children documents should be saved explicitly.
DocumentSaveOptions { get; }
Flatten { get; set; }Gets or sets a value indicating whether the notebook children hierarchy is saved flattened.
override SaveFormat { get; }

Methods

NameDescription
override GetDocumentSaveOptions()

See Also