InfoConnect for Airlines
Save Method (ITheme)


Saves changes to current theme
Syntax
'Declaration
 
Sub Save() 
'Usage
 
Dim instance As ITheme
 
instance.Save()
void Save()
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