Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
OneNote.Interfaces.SectionGroupData interface
- Package:
- onenote
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
id
Gets the ID of the section group. Read-only.
id?: string;
Property Value
string
Remarks
name
Gets the name of the section group. Read-only.
name?: string;
Property Value
string
Remarks
sectionGroups
The collection of section groups in the section group. Read-only.
sectionGroups?: OneNote.Interfaces.SectionGroupData[];
Property Value
Remarks
sections
The collection of sections in the section group. Read-only.
sections?: OneNote.Interfaces.SectionData[];
Property Value
Remarks
Office Add-ins
Feedback
Was this page helpful?
