Table of Contents

Class OneNoteSection

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

Represents a section in OneNote.

public class OneNoteSection : IOneNoteItem

Inheritance

Implements

Inherited Members

Extension Methods

Properties

Color

The color of the section.

Encrypted

Indicates whether the section is encrypted.

ID

The ID of the OneNote hierarchy item.

IsDeletedPages

Indicates whether this section is a special section that contains all the recently deleted pages in this section's notebook.

IsInRecycleBin

Indicates whether the section is in recycle bin.

IsUnread

Indicates whether the OneNote hierarchy item has unread information.

LastModified

The time when the OneNote hierarchy item was last modified.

Locked

Indicates whether an encrypted section has been unlocked allowing access, otherwise false.

Name

The name of the OneNote hierarchy item.

Notebook

The notebook that contains this OneNote hierarchy item.

Pages

The collection of pages within this section, equal to Odotocodot.OneNote.Linq.IOneNoteItem.Children for a section.

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.

RelativePath

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