ISandcastleProjectCreateBuildProcess Method

Create a new build process for the project

Definition

Namespace: Sandcastle.Core.Project
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
IBuildProcess CreateBuildProcess(
	PartialBuildType partialBuildType
)

Parameters

partialBuildType  PartialBuildType
The partial build type to use

Return Value

IBuildProcess
A build process for the project

See Also