Click or drag to resize

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
)

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: Boolean
true if the operation is succeeded, otherwise false.
See Also