Enum PluginDiagnosticAudience
Namespace: DotBoxD.Plugins.Runtime.Diagnostics
Assembly: DotBoxD.Plugins.dll
Identifies who must act on a runtime plugin diagnostic. Distinguishes a plugin-authoring mistake (fix the plugin source/manifest and re-upload) from a host/operator configuration problem (fix the live setting value or registration the host supplied).
public enum PluginDiagnosticAudienceFields
Section titled “Fields”HostOperator = 1
The host or operator must fix the value or registration they supplied at runtime.
PluginAuthor = 0
The plugin author must fix the plugin source or manifest and re-upload the package.