Table of Contents

Interface IOneNoteItem

Namespace
Odotocodot.OneNote.Linq
Assembly
Odotocodot.OneNote.Linq.dll

The base interface of OneNote hierarchy items types.
(These are Odotocodot.OneNote.Linq.OneNoteNotebook, Odotocodot.OneNote.Linq.OneNoteSectionGroup, Odotocodot.OneNote.Linq.OneNoteSection and Odotocodot.OneNote.Linq.OneNotePage).

public interface IOneNoteItem

Extension Methods

Properties

Children

The direct children of the OneNote hierarchy item, e.g. for a notebook it would be sections and/or section groups.
If the item has no children an empty IEnumerable<Odotocodot.OneNote.Linq.IOneNoteItem> is returned.

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.

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.

RelativePath

The path of the OneNote hierarchy item relative to and inclusive of its notebook.