OneNote.Interfaces.SectionGroupLoadOptions interface

表示 OneNote 分区组。 分区组可包含分区和其他分区组。

注解

[ API 集:OneNoteApi 1.1 ]

属性

$all

$all为 LoadOptions 指定将加载所有标量属性 (例如:Range.address) 但不加载导航属性 (例如: Range.format.fill.color) 。

clientUrl

分区组的客户端 url。 只读

id

获取分区组的 ID。 只读。

name

获取分区组的名称。 只读。

notebook

获取包含分区组的笔记本。

parentSectionGroup

获取包含分区组的分区组。 如果分区组是笔记本的直接子级,则引发 ItemNotFound。

parentSectionGroupOrNull

获取包含分区组的分区组。 如果分区组是笔记本的直接子级,则返回 null。

sectionGroups

分区组中的分区组集合。 只读

sections

分区组中的分区集合。 只读

属性详细信息

$all

$all为 LoadOptions 指定将加载所有标量属性 (例如:Range.address) 但不加载导航属性 (例如: Range.format.fill.color) 。

$all?: boolean;

属性值

boolean

clientUrl

分区组的客户端 url。 只读

clientUrl?: boolean;

属性值

boolean

注解

[ API 集:OneNoteApi 1.1 ]

id

获取分区组的 ID。 只读。

id?: boolean;

属性值

boolean

注解

[ API 集:OneNoteApi 1.1 ]

name

获取分区组的名称。 只读。

name?: boolean;

属性值

boolean

注解

[ API 集:OneNoteApi 1.1 ]

notebook

获取包含分区组的笔记本。

notebook?: OneNote.Interfaces.NotebookLoadOptions;

属性值

注解

[ API 集:OneNoteApi 1.1 ]

parentSectionGroup

获取包含分区组的分区组。 如果分区组是笔记本的直接子级,则引发 ItemNotFound。

parentSectionGroup?: OneNote.Interfaces.SectionGroupLoadOptions;

属性值

注解

[ API 集:OneNoteApi 1.1 ]

parentSectionGroupOrNull

获取包含分区组的分区组。 如果分区组是笔记本的直接子级,则返回 null。

parentSectionGroupOrNull?: OneNote.Interfaces.SectionGroupLoadOptions;

属性值

注解

[ API 集:OneNoteApi 1.1 ]

sectionGroups

分区组中的分区组集合。 只读

sectionGroups?: OneNote.Interfaces.SectionGroupCollectionLoadOptions;

属性值

注解

[ API 集:OneNoteApi 1.1 ]

sections

分区组中的分区集合。 只读

sections?: OneNote.Interfaces.SectionCollectionLoadOptions;

属性值

注解

[ API 集:OneNoteApi 1.1 ]