Table of Contents

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 = 1

Gets the direct child nodes of the start node, and no descendants in higher or lower subsection groups.

Notebooks = 2

Gets all notebooks below the start node, or root.

Pages = 4

Gets all pages below the start node, including all pages in section groups and subsection groups.

Sections = 3

Gets all sections below the start node, including sections in section groups and subsection groups.

Self = 0

Gets just the start node specified and no descendants.