OneNote.Interfaces.SectionData interface
An interface describing the data returned by calling section.toJSON()
.
Properties
client |
The client URL of the section. Read-only. |
id | Gets the ID of the section. Read-only. |
is |
True if this section is encrypted with a password. Read-only. |
is |
True if this section is locked. Read-only. |
name | Gets the name of the section. Read-only. |
pages | The collection of pages in the section. Read-only. |
web |
The web URL of the page. Read-only. |
Property Details
clientUrl
The client URL of the section. Read-only.
clientUrl?: string;
Property Value
string
Remarks
id
Gets the ID of the section. Read-only.
id?: string;
Property Value
string
Remarks
isEncrypted
True if this section is encrypted with a password. Read-only.
isEncrypted?: boolean;
Property Value
boolean
Remarks
isLocked
True if this section is locked. Read-only.
isLocked?: boolean;
Property Value
boolean
Remarks
name
Gets the name of the section. Read-only.
name?: string;
Property Value
string
Remarks
pages
The collection of pages in the section. Read-only.
pages?: OneNote.Interfaces.PageData[];
Property Value
Remarks
webUrl
The web URL of the page. Read-only.
webUrl?: string;
Property Value
string
Remarks
Office Add-ins