Click or drag to resize

IsisController.SaveSettings Method (ISettingDataManager)

Saves configuration of the active device to a data manager.

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

Parameters

dataManager
Type: Atalasoft.Isis.ISettingDataManager
Data manager object that should receive configuration information.

Return Value

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