OneNote.Interfaces.SectionData interface

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

[ API set: OneNoteApi 1.1 ]

id

Gets the ID of the section. Read-only.

id?: string;

Property Value

string

Remarks

[ API set: OneNoteApi 1.1 ]

isEncrypted

True if this section is encrypted with a password. Read only

isEncrypted?: boolean;

Property Value

boolean

Remarks

[ API set: OneNoteApi 1.2 ]

isLocked

True if this section is locked. Read only

isLocked?: boolean;

Property Value

boolean

Remarks

[ API set: OneNoteApi 1.2 ]

name

Gets the name of the section. Read-only.

name?: string;

Property Value

string

Remarks

[ API set: OneNoteApi 1.1 ]

pages

The collection of pages in the section. Read only

pages?: OneNote.Interfaces.PageData[];

Property Value

Remarks

[ API set: OneNoteApi 1.1 ]

webUrl

The web url of the page. Read only

webUrl?: string;

Property Value

string

Remarks

[ API set: OneNoteApi 1.1 ]