Click or drag to resize
Sandcastle Help File BuilderSandcastleProject Constructor (SandcastleProject)
This is used to clone an existing project in order to build it without affecting the existing project's properties.

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public SandcastleProject(
	SandcastleProject cloneProject
)

Parameters

cloneProject
Type: SandcastleBuilder.UtilsSandcastleProject
The project to clone
Remarks
This is used to perform partial builds where we may want to use alternate property values.
See Also