Enum HierarchyScope
- Namespace
- LinqToOneNote
- Assembly
- LinqToOneNote.dll
When passed to the OneNote.Partial methods, specifies the lowest level to get in the notebook node hierarchy.
public enum HierarchyScope
Fields
Children = 1Gets the direct child nodes of the start node, and no descendants in higher or lower subsection groups.
Notebooks = 2Gets all notebooks below the start node, or root.
Pages = 4Gets all pages below the start node, including all pages in section groups and subsection groups.
Sections = 3Gets all sections below the start node, including sections in section groups and subsection groups.
Self = 0Gets just the start node specified and no descendants.