Table of Contents

Namespace LinqToOneNote.Abstractions

Interfaces

IDeletable

Indicates that the OneNote item can be deleted with DeleteItem(IDeletable, DateTime, bool).

IHasColor

Represents an OneNote hierarchy item that has a color.

IHasIsInRecycleBin

Represents an OneNote hierarchy item that can be in a OneNote recycle bin.
For ease, use IsInRecycleBin(IOneNoteItem) instead.

IHasPath

Represents an OneNote hierarchy item that has a file path.

INameInvalidCharacters

Represents an OneNote hierarchy item that has a collection of characters that are invalid when naming an item.

INavigable

Represents an object that can be opened in OneNote.

INotebookOrSectionGroup

Represents a OneNote hierarchy item that can have sections and/or section groups as children, i.e. a notebook or a section group.