OneNote.Interfaces.ApplicationLoadOptions interface

Represents the top-level object that contains all globally addressable OneNote objects such as notebooks, the active notebook, and the active section.

Remarks

[ API set: OneNoteApi 1.1 ]

Properties

$all

Specifying $all for the load options loads all the scalar properties (such as Range.address) but not the navigational properties (such as Range.format.fill.color).

notebooks

Gets the collection of notebooks that are open in the OneNote application instance. In OneNote Online, only one notebook at a time is open in the application instance.

Property Details

$all

Specifying $all for the load options loads all the scalar properties (such as Range.address) but not the navigational properties (such as Range.format.fill.color).

$all?: boolean;

Property Value

boolean

notebooks

Gets the collection of notebooks that are open in the OneNote application instance. In OneNote Online, only one notebook at a time is open in the application instance.

notebooks?: OneNote.Interfaces.NotebookCollectionLoadOptions;

Property Value

Remarks

[ API set: OneNoteApi 1.1 ]