Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
OneNote.Interfaces.SectionData interface
- Package:
- onenote
An interface describing the data returned by calling section.toJSON().
Properties
| clientUrl | The client URL of the section. Read-only. |
| id | Gets the ID of the section. Read-only. |
| isEncrypted | True if this section is encrypted with a password. Read-only. |
| isLocked | 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. |
| webUrl | 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
Feedback
Was this page helpful?
