Click or drag to resize

IsisControllerSaveIniSettings 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.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public bool SaveIniSettings(
	string fileName,
	string section
)

Parameters

fileName
Type: SystemString
The name of INI file.
section
Type: SystemString
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