Table of Contents

Class Page

Namespace
LinqToOneNote
Assembly
LinqToOneNote.dll

Represents a page in OneNote.

public class Page : OneNoteItem, IHasIsInRecycleBin, IDeletable, IOneNoteItem, INavigable
Inheritance
OneNoteItem
Page
Implements
Inherited Members
Extension Methods

Properties

Created

The time when the page was created.

public DateTime Created { get; }

Property Value

DateTime

Id

The id of the OneNote hierarchy item.

public string Id { get; }

Property Value

string

IsInRecycleBin

Indicates whether the page is in the recycle bin.

public bool IsInRecycleBin { get; }

Property Value

bool
See Also

IsUnread

Indicates whether the OneNote hierarchy item has unread information.

public bool IsUnread { get; }

Property Value

bool

LastModified

The time when the OneNote hierarchy item was last modified.

public DateTime LastModified { get; }

Property Value

DateTime

Level

The page level.

public int Level { get; }

Property Value

int

Name

The name of the OneNote hierarchy item.

public string Name { get; }

Property Value

string

Parent

The parent section of the page.

public Section Parent { get; }

Property Value

Section