IsisControllerRestoreSettings Method (String) |
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(
string fileName
)
Public Function RestoreSettings (
fileName As String
) As Boolean
Parameters
- fileName
- Type: SystemString
Name of the file that contains configuration information.
Return Value
Type:
Booleantrue if the operation is succeeded, otherwise false.
See Also