Click or drag to resize

IsisControllerRestoreSettings Method (ISettingDataManager)

Restores configuration information of active device from.

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 RestoreSettings(
	ISettingDataManager dataManager
)

Parameters

dataManager
Type: Atalasoft.IsisISettingDataManager
Data manager that contains configuration information.

Return Value

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