SubstitutionTagReplacementTransformTemplate Method
Transform the specified template file by inserting the necessary values into the substitution tags
and saving it to the destination folder.
Namespace: SandcastleBuilder.Utils.BuildEngineAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public string TransformTemplate(
string templateFile,
string sourceFolder,
string destFolder
)
Public Function TransformTemplate (
templateFile As String,
sourceFolder As String,
destFolder As String
) As String
public:
String^ TransformTemplate(
String^ templateFile,
String^ sourceFolder,
String^ destFolder
)
member TransformTemplate :
templateFile : string *
sourceFolder : string *
destFolder : string -> string
- 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
StringThe path to the transformed file