Click or drag to resize

IsisController.SaveIniSettings Method

Saves configuration information of the active device to 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 SaveIniSettings(
	string fileName,
	string section
)

Parameters

fileName
Type: System.String
The name of INI file.
section
Type: System.String
The name of the [Section] in which the configuration information have to be saved.

Return Value

Type: Boolean
true if the operation is succeeded, otherwise false.
See Also