Saves the properties to an XML file.

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

Syntax

C#
public void SavePropertiesToXmlFile(
	string xmlFilePath
)
Visual Basic
Public Sub SavePropertiesToXmlFile ( 
	xmlFilePath As String
)

Parameters

xmlFilePath
Type: System..::..String
XML file path.

See Also