Table of Contents

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

int

Id

The id of this object in OneNote.

public string Id { get; }

Property Value

string

this[int]

Gets the element at the specified index in the read-only list.

public Section this[int index] { get; }

Parameters

index int

The 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; }

Property Value

IReadOnlyList<Section>