Themed 2026 Presentation Style Preview

PlugInConfigurationEnabled Property

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

Definition

Namespace: Sandcastle.Core.PlugIn
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.12.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