IPlugInMetadataRunsInPartialBuild Property

This read-only property returns true if the plug-in should run in a partial build or false if it should not.

Definition

Namespace: Sandcastle.Core.PlugIn
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
bool RunsInPartialBuild { get; }

Property Value

Boolean
If this returns false, the plug-in will not be loaded when a partial build is performed.

See Also