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: SandcastleBuilder.Utils.BuildComponent
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.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