API Reference

Class

OneNoteFileNodeListFragment

Namespace OfficeIMO.OneNote
Assembly OfficeIMO.OneNote
Modifiers sealed

A physical file-node-list fragment from an MS-ONESTORE revision store.

Inheritance

  • Object
  • OneNoteFileNodeListFragment

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Properties

public Int64 FileOffset { get; } #

Absolute byte offset of this fragment.

public Int32 Length { get; } #

Encoded fragment length.

public UInt32 FileNodeListId { get; } #

Identity shared by every fragment in this list.

public UInt32 Sequence { get; } #

Zero-based sequence number within the list.

public OneNoteFileChunkReference NextFragment { get; } #

Reference to the next fragment, or the nil sentinel for the last fragment.

public IReadOnlyList<OneNoteFileNode> Nodes { get; } #

File nodes decoded from this fragment.