IsisController.RestoreIniSettings 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.5.0.0.0.156 (.NET 4.6.2, x86)
Syntax public bool RestoreIniSettings(
string fileName,
string section
)
Public Function RestoreIniSettings (
fileName As String,
section As String
) As Boolean
Parameters
- fileName
- Type: System.String
The name of INI file. - section
- Type: System.String
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