Click or drag to resize

SessionSettingsSave Method

Saves the settings to the specified file.

Namespace:  Flex.Hal.Settings
Assembly:  Flex.Hal.Ohio (in Flex.Hal.Ohio.dll) Version: 4.1.4031.1525
Syntax
public bool Save(
	string filename,
	out string error
)

Parameters

filename
Type: SystemString
The file name to save to.
error
Type: SystemString
Contains the error message if it fails to save the file.

Return Value

Type: Boolean
A boolean value indicating whether the file is successfully saved.
See Also