BuildProcessPartialBuildType Property

This read-only property is used to get the partial build type

Definition

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

Property Value

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