Class OpenSections
- Namespace
- LinqToOneNote
- Assembly
- LinqToOneNote.dll
Represents the root of open sections in OneNote. These are sections that are not contained in a notebook.
public class OpenSections : INavigable, IReadOnlyList<Section>, IReadOnlyCollection<Section>, IEnumerable<Section>, IEnumerable
- Inheritance
-
OpenSections
- Implements
- Inherited Members
- Extension Methods
Properties
Count
Gets the number of open sections in the OneNote.
public int Count { get; }
Property Value
Id
The id of this object in OneNote.
public string Id { get; }
Property Value
this[int]
Gets the element at the specified index in the read-only list.
public Section this[int index] { get; }
Parameters
indexintThe zero-based index of the element to get.
Property Value
- Section
The element at the specified index in the read-only list.
Sections
The sections that are open in OneNote but not contained in any notebook.
public IReadOnlyList<Section> Sections { get; }