API Reference

Class

OneNoteFileNodeChunkReference

Namespace OfficeIMO.OneNote
Assembly OfficeIMO.OneNote
Modifiers sealed

A decoded variable-width chunk reference stored in a file node.

Inheritance

  • Object
  • OneNoteFileNodeChunkReference

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

Methods

public override String ToString() #
Returns: String

Properties

public UInt64 Offset { get; } #

Referenced offset from the start of the revision-store file.

public UInt64 Length { get; } #

Referenced byte count.

public Boolean IsNil { get; } #

Whether the encoded reference is the format's nil sentinel.

public Int32 EncodedLength { get; } #

Number of bytes occupied by the variable-width encoded reference.

public Boolean IsZero { get; } #

Whether both decoded fields are zero.