Table of Contents

Property Children

Namespace
Odotocodot.OneNote.Linq
Assembly
Odotocodot.OneNote.Linq.dll

Children

The direct children of the OneNote hierarchy item, e.g. for a notebook it would be sections and/or section groups.
If the item has no children an empty IEnumerable<Odotocodot.OneNote.Linq.IOneNoteItem> is returned.

IEnumerable<IOneNoteItem> Children { get; }

Property Value

IEnumerable<IOneNoteItem>