Click or drag to resize

SettingsSave Method (String)

Saves the current settings instance to a specified path.

Namespace:  Hummingbird.TestFramework.Configuration
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public static void Save(
	string path
)

Parameters

path
Type: SystemString
The path.
See Also