Class Page
- Namespace
- LinqToOneNote
- Assembly
- LinqToOneNote.dll
Represents a page in OneNote.
public class Page : OneNoteItem, IHasIsInRecycleBin, IDeletable, IOneNoteItem, INavigable
- Inheritance
-
OneNoteItemPage
- Implements
- Inherited Members
- Extension Methods
Properties
Created
The time when the page was created.
public DateTime Created { get; }
Property Value
Id
The id of the OneNote hierarchy item.
public string Id { get; }
Property Value
IsInRecycleBin
Indicates whether the page is in the recycle bin.
public bool IsInRecycleBin { get; }
Property Value
- See Also
IsUnread
Indicates whether the OneNote hierarchy item has unread information.
public bool IsUnread { get; }
Property Value
LastModified
The time when the OneNote hierarchy item was last modified.
public DateTime LastModified { get; }
Property Value
Level
The page level.
public int Level { get; }
Property Value
Name
The name of the OneNote hierarchy item.
public string Name { get; }
Property Value
Parent
The parent section of the page.
public Section Parent { get; }