API Reference
Class
OneNotePageReference
Identifies one page in a flattened section or notebook traversal.
Inheritance
- Object
- OneNotePageReference
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method OneNotePageTraversal.Flatten
- Method OneNotePageTraversal.Flatten
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public OneNotePage Page { get; } #The page at this position.
public OneNoteSection Section { get; } #The section that directly owns the page.
public String SectionPath { get; } #Slash-separated section-group and section display path.
public Int32 Index { get; } #Zero-based position in the flattened traversal.