ISubstitutionTagsTransformTemplate Method
Transform the specified template file by inserting the necessary values into the substitution tags
and saving it to the destination folder.
Namespace: Sandcastle.Core.BuildEngineAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
string TransformTemplate(
string templateFile,
string sourceFolder,
string destFolder
)
Function TransformTemplate (
templateFile As String,
sourceFolder As String,
destFolder As String
) As String
String^ TransformTemplate(
String^ templateFile,
String^ sourceFolder,
String^ destFolder
)
abstract 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