OneNote.Interfaces.SectionCollectionLoadOptions interface
Represents a collection of sections.
Remarks
Properties
| $all | Specifying |
| client |
For EACH ITEM in the collection: The client url of the section. Read only |
| id | For EACH ITEM in the collection: Gets the ID of the section. Read-only. |
| is |
For EACH ITEM in the collection: True if this section is encrypted with a password. Read only |
| is |
For EACH ITEM in the collection: True if this section is locked. Read-only. |
| name | For EACH ITEM in the collection: Gets the name of the section. Read-only. |
| notebook | For EACH ITEM in the collection: Gets the notebook that contains the section. |
| pages | For EACH ITEM in the collection: The collection of pages in the section. Read only |
| parent |
For EACH ITEM in the collection: Gets the section group that contains the section. Throws ItemNotFound if the section is a direct child of the notebook. |
| parent |
For EACH ITEM in the collection: Gets the section group that contains the section. Returns null if the section is a direct child of the notebook. |
| web |
For EACH ITEM in the collection: The web URL of the page. Read-only. |
Property Details
$all
Specifying $all for the load options loads all the scalar properties (such as Range.address) but not the navigational properties (such as Range.format.fill.color).
$all?: boolean;
Property Value
boolean
clientUrl
For EACH ITEM in the collection: The client url of the section. Read only
clientUrl?: boolean;
Property Value
boolean
Remarks
id
For EACH ITEM in the collection: Gets the ID of the section. Read-only.
id?: boolean;
Property Value
boolean
Remarks
isEncrypted
For EACH ITEM in the collection: True if this section is encrypted with a password. Read only
isEncrypted?: boolean;
Property Value
boolean
Remarks
isLocked
For EACH ITEM in the collection: True if this section is locked. Read-only.
isLocked?: boolean;
Property Value
boolean
Remarks
name
For EACH ITEM in the collection: Gets the name of the section. Read-only.
name?: boolean;
Property Value
boolean
Remarks
notebook
For EACH ITEM in the collection: Gets the notebook that contains the section.
notebook?: OneNote.Interfaces.NotebookLoadOptions;
Property Value
Remarks
pages
For EACH ITEM in the collection: The collection of pages in the section. Read only
pages?: OneNote.Interfaces.PageCollectionLoadOptions;
Property Value
Remarks
parentSectionGroup
For EACH ITEM in the collection: Gets the section group that contains the section. Throws ItemNotFound if the section is a direct child of the notebook.
parentSectionGroup?: OneNote.Interfaces.SectionGroupLoadOptions;
Property Value
Remarks
parentSectionGroupOrNull
For EACH ITEM in the collection: Gets the section group that contains the section. Returns null if the section is a direct child of the notebook.
parentSectionGroupOrNull?: OneNote.Interfaces.SectionGroupLoadOptions;
Property Value
Remarks
webUrl
For EACH ITEM in the collection: The web URL of the page. Read-only.
webUrl?: boolean;
Property Value
boolean