Upgrades the settings.

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

Syntax

C#
void UpgradeSettings()
Visual Basic
Sub UpgradeSettings

Remarks

This method is called after loading a previous config file. Use this method to change any existing configurations to work with the latest version.

See Also