Onetastic Macro Documentation >
>
NotebookRoot NotebookRoot Object
Description
Represents root of all notebooks in OneNote. The current NotebookRoot can be obtained by calling GetNotebookRoot function.
Hierarchical Structure
NotebookRoot objects can contain following objects: Notebook
Creating NotebookRoot Objects
NotebookRoot objects cannot be inserted with Onetastic Macros
Properties
Name |
Type |
Access |
Description |
notebooks |
Array<Notebook> |
read-only |
List of open notebooks. |
type |
ObjectType |
read-only |
Type of this object. Always has the value of "NotebookRoot". |
|