Class OneNoteSectionGroup
- Namespace
- Odotocodot.OneNote.Linq
- Assembly
- Odotocodot.OneNote.Linq.dll
Represents a section group in OneNote.
public class OneNoteSectionGroup : IOneNoteItem
Inheritance
Implements
Inherited Members
Extension Methods
Properties
- Children
-
The direct children of this section group.
Equivalent to concatenating Odotocodot.OneNote.Linq.OneNoteSectionGroup.SectionGroups and Odotocodot.OneNote.Linq.OneNoteSectionGroup.Sections. - ID
-
The ID of the OneNote hierarchy item.
- IsRecycleBin
-
Indicates whether this is a special section group which contains all the recently deleted sections as well as the "Deleted Pages" section (see Odotocodot.OneNote.Linq.OneNoteSection.IsDeletedPages).
- IsUnread
-
Indicates whether the OneNote hierarchy item has unread information.
- LastModified
-
The time when the OneNote hierarchy item was last modified.
- Name
-
The name of the OneNote hierarchy item.
- Notebook
-
The notebook that contains this OneNote hierarchy item.
- Parent
-
The parent of the OneNote hierarchy item.
null if the OneNote item has no parent i.e. a notebook. - Path
-
The full path to the section group.
- RelativePath
-
The path of the OneNote hierarchy item relative to and inclusive of its notebook.
- SectionGroups
-
The section groups that this section group contains (direct children only).
- Sections
-
The sections that this section group contains (direct children only).