Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
OneNote.Interfaces.NotebookData interface
- Package:
- onenote
An interface describing the data returned by calling notebook.toJSON().
Properties
| baseUrl | The URL of the site where this notebook is located. Read-only. |
| clientUrl | The client URL of the notebook. Read-only. |
| id | Gets the ID of the notebook. Read-only. |
| isVirtual | '* True if the notebook isn't created by the user (i.e., 'Misplaced Sections'). Read-only. |
| name | Gets the name of the notebook. Read-only. |
| sectionGroups | The section groups in the notebook. Read only |
| sections | The sections of the notebook. Read-only. |
Property Details
baseUrl
The URL of the site where this notebook is located. Read-only.
baseUrl?: string;
Property Value
string
Remarks
clientUrl
The client URL of the notebook. Read-only.
clientUrl?: string;
Property Value
string
Remarks
id
Gets the ID of the notebook. Read-only.
id?: string;
Property Value
string
Remarks
isVirtual
'* True if the notebook isn't created by the user (i.e., 'Misplaced Sections'). Read-only.
isVirtual?: boolean;
Property Value
boolean
Remarks
name
Gets the name of the notebook. Read-only.
name?: string;
Property Value
string
Remarks
sectionGroups
The section groups in the notebook. Read only
sectionGroups?: OneNote.Interfaces.SectionGroupData[];
Property Value
Remarks
sections
The sections of the notebook. Read-only.
sections?: OneNote.Interfaces.SectionData[];
Property Value
Remarks
Office Add-ins
Feedback
Was this page helpful?
