OneNote.Interfaces.NotebookCollectionLoadOptions interface
表示笔记本的集合。
注解
属性
$all |
|
base |
对于集合中的每个项:此笔记本所在的网站的 URL。 只读。 |
client |
对于集合中的每个项:笔记本的客户端 URL。 只读。 |
id | 对于集合中的每个项:获取笔记本的 ID。 只读。 |
is |
对于集合中的每个项目:如果笔记本不是由用户创建 (,即“错放分区”) ,则为 True。 只读。 |
name | 对于集合中的每个项:获取笔记本的名称。 只读。 |
section |
对于集合中的每个项:笔记本中的分区组。 只读 |
sections | 对于集合中的每个项:笔记本的分区。 只读。 |
属性详细信息
$all
$all
为加载选项指定将加载所有标量属性 ((例如Range.address
) ,但不加载导航属性 (如 Range.format.fill.color
) )。
$all?: boolean;
属性值
boolean
baseUrl
clientUrl
id
isVirtual
对于集合中的每个项目:如果笔记本不是由用户创建 (,即“错放分区”) ,则为 True。 只读。
isVirtual?: boolean;
属性值
boolean
注解
name
sectionGroups
对于集合中的每个项:笔记本中的分区组。 只读
sectionGroups?: OneNote.Interfaces.SectionGroupCollectionLoadOptions;
属性值
注解
sections
对于集合中的每个项:笔记本的分区。 只读。
sections?: OneNote.Interfaces.SectionCollectionLoadOptions;