Saves the project to a file.

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

Syntax

C#
public void SaveFile(
	string fileName,
	bool relativePaths
)
Visual Basic
Public Sub SaveFile ( 
	fileName As String,
	relativePaths As Boolean
)

Parameters

fileName
Type: System..::..String
Name of the file.
relativePaths
Type: System..::..Boolean
if set to true make paths relative.

See Also