Click or drag to resize
Sandcastle Help File BuilderIPlugInMetadataRunsInPartialBuild Property
This read-only property returns true if the plug-in should run in a partial build or false if it should not.

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

Property Value

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