Loads from String.

Namespace: CodeSmith.Engine.Schema
Assembly: CodeSmith.Engine (in CodeSmith.Engine.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
public static CodeSmithProject LoadFromString(
	string xmlFragment,
	bool replaceVariables
)
Visual Basic
Public Shared Function LoadFromString ( 
	xmlFragment As String,
	replaceVariables As Boolean
) As CodeSmithProject

Parameters

xmlFragment
Type: System..::..String
The XML fragment.
replaceVariables
Type: System..::..Boolean
if set to true replace variables.

Return Value

Type: CodeSmithProject

See Also