Click or drag to resize
Sandcastle Help File BuilderBuildProcessPartialBuildType Property
This read-only property is used to get the partial build type

Namespace: SandcastleBuilder.Utils.BuildEngine
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public PartialBuildType PartialBuildType { get; }

Property Value

Type: PartialBuildType
Remarks
Partial builds occur when editing the namespace summaries, editing the API filter, and as part of some plug-ins that do not require all build options. In a partial build, build steps after the point indicated by this property are not executed and the build stops.
See Also