API Reference

Enum

OneNoteFileKind

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

Identifies the logical OneNote artifact represented by a file.

Inheritance

  • Enum
  • OneNoteFileKind

Usage

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

Values

public const OneNoteFileKind Unknown #

The artifact could not be classified.

Value: 0
public const OneNoteFileKind Section #

A OneNote section stored in a .one file.

Value: 1
public const OneNoteFileKind TableOfContents #

A OneNote notebook table of contents stored in a .onetoc2 file.

Value: 2
public const OneNoteFileKind NotebookPackage #

A packaged OneNote notebook stored in a .onepkg file.

Value: 3