IsisController.SaveSettings Method (String) |
Saves configuration of the active device to the specified 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 SaveSettings(
string fileName
)
Public Function SaveSettings (
fileName As String
) As Boolean
Parameters
- fileName
- Type: System.String
Name of the file which should contain configuration.
Return Value
Type:
Booleantrue if the operation is succeeded, otherwise false.
See Also