InfoConnect for Unisys
SaveAs Method (IKeyboardMapper)


The path to the new keyboard map
Saves current keyboard map contents to a file
Syntax
'Declaration
 
Sub SaveAs( _
   ByVal pathName As String _
) 
'Usage
 
Dim instance As IKeyboardMapper
Dim pathName As String
 
instance.SaveAs(pathName)
void SaveAs( 
   string pathName
)

Parameters

pathName
The path to the new keyboard map
Exceptions
ExceptionDescription
System.IO.IOException An I/O error occurred while trying to save the keyboard map.
System.Security.SecurityException The caller does not have the required permission to save the keyboard map.
See Also