OneNote.Interfaces.SectionGroupData interface

An interface describing the data returned by calling sectionGroup.toJSON().

Properties

clientUrl

The client url of the section group. Read only

id

Gets the ID of the section group. Read-only.

name

Gets the name of the section group. Read-only.

sectionGroups

The collection of section groups in the section group. Read only

sections

The collection of sections in the section group. Read only

Property Details

clientUrl

The client url of the section group. Read only

clientUrl?: string;

Property Value

string

Remarks

[ API set: OneNoteApi 1.1 ]

id

Gets the ID of the section group. Read-only.

id?: string;

Property Value

string

Remarks

[ API set: OneNoteApi 1.1 ]

name

Gets the name of the section group. Read-only.

name?: string;

Property Value

string

Remarks

[ API set: OneNoteApi 1.1 ]

sectionGroups

The collection of section groups in the section group. Read only

sectionGroups?: OneNote.Interfaces.SectionGroupData[];

Property Value

Remarks

[ API set: OneNoteApi 1.1 ]

sections

The collection of sections in the section group. Read only

sections?: OneNote.Interfaces.SectionData[];

Property Value

Remarks

[ API set: OneNoteApi 1.1 ]