Click or drag to resize

IsisController.RestoreSettings Method (String)

Restores configuration information of active device from.

Namespace:  Atalasoft.Isis
Assembly:  Atalasoft.dotImage.Isis (in Atalasoft.dotImage.Isis.dll) Version: 11.5.0.0.0.156 (.NET 4.6.2, x86)
Syntax
public bool RestoreSettings(
	string fileName
)

Parameters

fileName
Type: System.String
Name of the file that contains configuration information.

Return Value

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