Restores the properties from XML.

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

Syntax

C#
public void RestorePropertiesFromXml(
	string xmlFragment,
	string baseDirectory
)
Visual Basic
Public Sub RestorePropertiesFromXml ( 
	xmlFragment As String,
	baseDirectory As String
)

Parameters

xmlFragment
Type: System..::..String
The XML fragment.
baseDirectory
Type: System..::..String
The base directory to resolve file references.

See Also