Saves project to String.

Namespace: CodeSmith.Engine.Schema
Assembly: 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: String
An XML string of the project.

See Also