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, IMergeStrategy strategy ) |
Visual Basic |
---|
Public Sub RenderToFile ( path As String, strategy As IMergeStrategy ) |
Parameters
- path
- Type: System..::..String
The output path.
- strategy
- Type: CodeSmith.Engine..::..IMergeStrategy
The merge strategy to use.