API Reference
Class
ReaderHostBootstrapOptions
Options for host bootstrap workflows that auto-register modular handlers and emit capability manifests.
Inheritance
- Object
- ReaderHostBootstrapOptions
Constructors
public ReaderHostBootstrapOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.