IsisControllerSaveSettings 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.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public bool SaveSettings(
ISettingDataManager dataManager
)
Public Function SaveSettings (
dataManager As ISettingDataManager
) As Boolean
Parameters
- dataManager
- Type: Atalasoft.IsisISettingDataManager
Data manager object that should receive configuration information.
Return Value
Type:
Booleantrue if operation is succeeded, otherwise false.
See Also