Click or drag to resize
Sandcastle Help File BuilderBuildProcessTransformTemplate Method
Transform the specified template by inserting the necessary values into the place holders and saving it to the working folder.

Namespace: SandcastleBuilder.Utils.BuildEngine
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public string TransformTemplate(
	string template,
	string sourceFolder,
	string destFolder
)

Parameters

template
Type: SystemString
The template to transform
sourceFolder
Type: SystemString
The folder where the template is located
destFolder
Type: SystemString
The folder in which to save the transformed file

Return Value

Type: String
The path to the transformed file
See Also