InfoConnect for Airlines
PrintFileExistsActionOption Enumeration


Options for specifying what InfoConnect does when you send a print job to an existing file.
Syntax
'Declaration
 
Public Enum PrintFileExistsActionOption 
   Inherits System.Enum
'Usage
 
Dim instance As PrintFileExistsActionOption
public enum PrintFileExistsActionOption : System.Enum 
Members
MemberDescription
AppendAdds the information to the end of the existing file.
AskUserDisplays a dialog box asking the user what action to take.
AutoNumberCreate a new file by adding an incremented number to the existing file name.
OpenErrorCauses the print job to fail and return an error.
OverwriteReplaces the existing file with the new information.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Attachmate.Reflection.Emulation.IbmHosts.PrintFileExistsActionOption

See Also