InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmTerminal Interface / SaveAsCompound 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
    SaveAsCompound Method (IIbmTerminal)
    In This Topic
    Saves a session as a compound session document.
    Syntax
    'Declaration
     
    
    Function SaveAsCompound( _
       ByVal filePath As String _
    ) As ReturnCode
    'Usage
     
    
    Dim instance As IIbmTerminal
    Dim filePath As String
    Dim value As ReturnCode
     
    value = instance.SaveAsCompound(filePath)
    ReturnCode SaveAsCompound( 
       string 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 indicate success or error conditions.
    See Also