API Reference

Enum

OneNoteStorageFormat

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

Identifies the physical encoding used by a OneNote artifact.

Inheritance

  • Enum
  • OneNoteStorageFormat

Usage

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

Values

public const OneNoteStorageFormat Unknown #

The physical encoding could not be classified.

Value: 0
public const OneNoteStorageFormat RevisionStore #

The desktop MS-ONESTORE revision-store encoding.

Value: 1
public const OneNoteStorageFormat FileSynchronizationPackage #

The MS-FSSHTTPB data-element package encoding used for server-backed files.

Value: 2
public const OneNoteStorageFormat NotebookPackage #

The notebook archive encoding used by .onepkg files.

Value: 3