InfoConnect API Guide
Attachmate.Reflection.Web.Msie Namespace / IWebControl Interface / SaveAs Method
Web session file path.


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

    Parameters

    filePath
    Web session file path.

    Return Value

    Return code.
    See Also