SubstitutionTagReplacementTransformTemplate Method

Transform the specified template file by inserting the necessary values into the substitution tags and saving it to the destination folder.

Definition

Namespace: SandcastleBuilder.Utils.BuildEngine
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public string TransformTemplate(
	string templateFile,
	string sourceFolder,
	string destFolder
)

Parameters

templateFile  String
The template file to transform
sourceFolder  String
The folder where the template is located
destFolder  String
The folder in which to save the transformed file

Return Value

String
The path to the transformed file

See Also