InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / ITheme Interface / SaveAs Method
The path to the new theme


In This Topic
    SaveAs Method (ITheme)
    In This Topic
    Saves current theme contents to a file
    Syntax
    'Declaration
     
    
    Sub SaveAs( _
       ByVal pathName As String _
    ) 
    'Usage
     
    
    Dim instance As ITheme
    Dim pathName As String
     
    instance.SaveAs(pathName)
    void SaveAs( 
       string pathName
    )

    Parameters

    pathName
    The path to the new theme
    Exceptions
    ExceptionDescription
    An I/O error occurred while trying to save the theme.
    The caller does not have the required permission to save the theme.
    See Also