API Reference
Class
OneNotePageTraversal
Provides the canonical ordered traversal of current OneNote pages.
Inheritance
- Object
- OneNotePageTraversal
Methods
Flatten 2 overloads
public static IReadOnlyList<OneNotePageReference> Flatten(OneNoteSection section) #Returns:
IReadOnlyList<OneNotePageReference>Enumerates a section's current pages in section order.
Parameters
- section OfficeIMO.OneNote.OneNoteSection
public static IReadOnlyList<OneNotePageReference> Flatten(OneNoteNotebook notebook, Int32 maxSectionGroupDepth = 32) #Returns:
IReadOnlyList<OneNotePageReference>Enumerates a notebook's current pages in native table-of-contents order.
Parameters
- notebook OfficeIMO.OneNote.OneNoteNotebook
- maxSectionGroupDepth System.Int32 = 32
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object