Renders the template output to a file using a merge strategy.
Namespace: CodeSmith.EngineAssembly: CodeSmith.Engine (in CodeSmith.Engine.dll) Version: 6.0.0.0 (7.0.0.15127)
Syntax
C# |
---|
public void RenderToFile( string path, string sourcePath, IMergeStrategy strategy ) |
Visual Basic |
---|
Public Sub RenderToFile ( path As String, sourcePath As String, strategy As IMergeStrategy ) |
Parameters
- path
- Type: System..::..String
The output path.
- sourcePath
- Type: System..::..String
The source file to base the merge on.
- strategy
- Type: CodeSmith.Engine..::..IMergeStrategy
The merge strategy to use.