Table of Contents

Method GetPages

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

GetPages(IOneNoteItem)

Returns a flattened collection of all the pages present in the source.

public static IEnumerable<OneNotePage> GetPages(this IOneNoteItem source)

Parameters

source IOneNoteItem
The source OneNote item.

Returns

IEnumerable<OneNotePage>

An IEnumerable<Odotocodot.OneNote.Linq.OneNotePage> containing all the pages present in the source.

GetPages(IEnumerable<IOneNoteItem>)

Returns a flattened collection of all the pages present in the source.

public static IEnumerable<OneNotePage> GetPages(this IEnumerable<IOneNoteItem> source)

Parameters

source IEnumerable<IOneNoteItem>
The source OneNote item.

Returns

IEnumerable<OneNotePage>

An IEnumerable<Odotocodot.OneNote.Linq.OneNotePage> containing all the pages present in the source.