OfficeIMO

API Reference

Class

ReaderHostBootstrapOptions

Namespace OfficeIMO.Reader
Assembly OfficeIMO.Reader
Modifiers sealed

Options for host bootstrap workflows that auto-register modular handlers and emit capability manifests.

Inheritance

  • Object
  • ReaderHostBootstrapOptions

Constructors

public ReaderHostBootstrapOptions() #

Properties

public Boolean ReplaceExistingHandlers { get; set; } #

When true, discovered modular registrars can replace conflicting existing custom handlers. Default: true.

public Boolean IncludeBuiltInCapabilities { get; set; } #

When true, include built-in handlers in the returned capability manifest. Default: true.

public Boolean IncludeCustomCapabilities { get; set; } #

When true, include custom handlers in the returned capability manifest. Default: true.

public Boolean IndentedManifestJson { get; set; } #

When true, indents the returned manifest JSON payload. Default: false.