Renders the template output to a file.
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, bool overwrite ) |
Visual Basic |
---|
Public Sub RenderToFile ( path As String, overwrite As Boolean ) |
Parameters
- path
- Type: System..::..String
The output file path.
- overwrite
- Type: System..::..Boolean
if set to true overwrite file.