InfoConnect for Airlines
SaveAs Method (ITheme)


The path to the new theme
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
System.IO.IOException An I/O error occurred while trying to save the theme.
System.Security.SecurityException The caller does not have the required permission to save the theme.
See Also