ISubstitution TagsTransform Template Method
Transform the specified template file by inserting the necessary values into the substitution tags
and saving it to the destination folder.
Definition
Namespace: Sandcastle.Core.BuildEngine
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
The path to the transformed file
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
string TransformTemplate(
string templateFile,
string sourceFolder,
string destFolder
)VB
Function TransformTemplate (
templateFile As String,
sourceFolder As String,
destFolder As String
) As StringC++
String^ TransformTemplate(
String^ templateFile,
String^ sourceFolder,
String^ destFolder
)F#
abstract TransformTemplate :
templateFile : string *
sourceFolder : string *
destFolder : string -> string 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
StringThe path to the transformed file