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

Syntax

C#
public bool UpgradeFile(
	string oldFile,
	string newFile
)
Visual Basic
Public Function UpgradeFile ( 
	oldFile As String,
	newFile As String
) As Boolean

Parameters

oldFile
Type: System..::..String
newFile
Type: System..::..String

Return Value

Type: Boolean

See Also