Click or drag to resize
Sandcastle Help File BuilderHelpFileBuilderPlugInExportAttributeRunsInPartialBuild Property
This is used to get or set whether or not the plug-in runs in partial builds

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

Property Value

Type: Boolean
If not specified, the default is false
See Also