IsisControllerRestoreSettings Method (Stream) |
Restores configuration information of active device from.
Namespace:
Atalasoft.Isis
Assembly:
Atalasoft.dotImage.Isis (in Atalasoft.dotImage.Isis.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntaxpublic bool RestoreSettings(
Stream stream
)
Public Function RestoreSettings (
stream As Stream
) As Boolean
Parameters
- stream
- Type: System.IOStream
Stream that contains configuration information.
Return Value
Type:
Booleantrue if the operation is succeeded, otherwise false.
See Also