Class OneNoteNotebook
- Namespace
- Odotocodot.OneNote.Linq
- Assembly
- Odotocodot.OneNote.Linq.dll
Represents a notebook in OneNote.
public class OneNoteNotebook : IOneNoteItem
Inheritance
Implements
Inherited Members
Extension Methods
Properties
- Children
-
The direct children of this notebook.
Equivalent to concatenating Odotocodot.OneNote.Linq.OneNoteNotebook.SectionGroups and Odotocodot.OneNote.Linq.OneNoteNotebook.Sections. - Color
-
The color of the notebook.
- ID
-
The ID of the OneNote hierarchy item.
- 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.
- NickName
-
The nickname of the notebook.
- Notebook
-
The notebook that contains this OneNote hierarchy item.
- Path
-
The full path to the notebook.
- 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).