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: 6.0.8219.1880
Syntax
public bool Save(
	string filename,
	out string error
)

Parameters

filename  String
The file name to save to.
error  String
Contains the error message if it fails to save the file.

Return Value

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