BuildProcessPartialBuildType Property
This read-only property is used to get the partial build type
Namespace: SandcastleBuilder.Utils.BuildEngineAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public PartialBuildType PartialBuildType { get; }
Public ReadOnly Property PartialBuildType As PartialBuildType
Get
public:
property PartialBuildType PartialBuildType {
PartialBuildType get ();
}
member PartialBuildType : PartialBuildType with get
Property Value
PartialBuildType 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.