Loads the default settings.

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

Syntax

C#
void LoadDefaultSettings()
Visual Basic
Sub LoadDefaultSettings

Remarks

This method is called when existing config file is not found. Use this method to populate the configuration class with default values.

See Also