PlugInConfigurationEnabled Property

This is used to get or set the plug-in's enabled state

Definition

Namespace: SandcastleBuilder.Utils.BuildComponent
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public bool Enabled { get; set; }

Property Value

Boolean
If set to false, the plug-in will not be used in the build

See Also