OneNote.Interfaces.SectionGroupCollectionLoadOptions interface

代表分区组的集合。

注解

[ 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 ]