Saves project to String.
Namespace: CodeSmith.Engine.SchemaAssembly: CodeSmith.Engine (in CodeSmith.Engine.dll) Version: 6.0.0.0 (7.0.0.15127)
Syntax
| C# |
|---|
public string SaveToString( bool applyVariables ) |
| Visual Basic |
|---|
Public Function SaveToString ( applyVariables As Boolean ) As String |
Parameters
- applyVariables
- Type: System..::..Boolean
if set to true apply variables.
Return Value
Type: StringAn XML string of the project.