IsisControllerRestoreIniSettings Method |
Restores configuration of the active device from the specified INI file.
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 RestoreIniSettings(
string fileName,
string section
)
Public Function RestoreIniSettings (
fileName As String,
section As String
) As Boolean
Parameters
- fileName
- Type: SystemString
The name of INI file. - section
- Type: SystemString
The name of [Section] from which the configuration have to be taken.
Return Value
Type:
Booleantrue if the operation is succeeded, otherwise false.
See Also