BuildComponentConfigurationEnabled Property

This is used to get or set the build component's enabled state

Definition

Namespace: Sandcastle.Core.BuildAssembler.BuildComponent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
public bool Enabled { get; set; }

Property Value

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

See Also