Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / ITerminal Interface / SaveAs Method
The fully qualified file path of the file you want to save. The file must be saved in a trusted location.


In This Topic
SaveAs Method (ITerminal)
In This Topic
Saves all settings to the specified file.
Syntax
'Declaration
 
Function SaveAs( _
   ByVal filePath As String _
) As ReturnCode
 
'Usage
 
Dim instance As ITerminal
Dim filePath As String
Dim value As ReturnCode
 
value = instance.SaveAs(filePath)

Parameters

filePath
The fully qualified file path of the file you want to save. The file must be saved in a trusted location.

Return Value

ReturnCode value indicates success or error conditions.
See Also