Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / ITheme Interface / SaveAs Method
The path to the new theme


SaveAs Method (ITheme)
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)

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