Click or drag to resize
Sandcastle Help File BuilderBuildComponentConfigurationEnabled Property
This is used to get or set the build component's enabled state

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

Property Value

Type: Boolean
If set to false, the component will not be used in the build
See Also