Click or drag to resize
Sandcastle Help File BuilderBuildProcess Constructor (SandcastleProject, PartialBuildType)
Constructor

Namespace: SandcastleBuilder.Utils.BuildEngine
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public BuildProcess(
	SandcastleProject buildProject,
	PartialBuildType partialBuildType
)

Parameters

buildProject
Type: SandcastleBuilder.UtilsSandcastleProject
The project to build
partialBuildType
Type: SandcastleBuilder.Utils.BuildEnginePartialBuildType
The partial build type to perform
See Also