API Reference

Enum

OneNoteFileNodeBaseType

Namespace OfficeIMO.OneNote
Assembly OfficeIMO.OneNote
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

How a file node uses its leading chunk reference.

Inheritance

  • Enum
  • OneNoteFileNodeBaseType

Usage

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

Values

public const OneNoteFileNodeBaseType Inline #

The node has no leading chunk reference.

Value: 0
public const OneNoteFileNodeBaseType DataReference #

The node references data.

Value: 1
public const OneNoteFileNodeBaseType FileNodeListReference #

The node references another file-node list.

Value: 2