Click or drag to resize

IsisControllerSaveSettings Method (String)

Saves configuration of the active device to the specified file.

Namespace:  Atalasoft.Isis
Assembly:  Atalasoft.dotImage.Isis (in Atalasoft.dotImage.Isis.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public bool SaveSettings(
	string fileName
)

Parameters

fileName
Type: SystemString
Name of the file which should contain configuration.

Return Value

Type: Boolean
true if the operation is succeeded, otherwise false.
See Also