InfoConnect API Guide
Attachmate.Reflection.Emulation.UTS Namespace / OS2200LocalFileExistsOption Enumeration


In This Topic
    OS2200LocalFileExistsOption Enumeration
    In This Topic
    Options for file transfer behavior/what to do when the local file already exists on downloads.
    Syntax
    'Declaration
     
    
    Public Enum OS2200LocalFileExistsOption 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As OS2200LocalFileExistsOption
    public enum OS2200LocalFileExistsOption : System.Enum 
    Members
    MemberDescription
    AppendAppend to the local file
    CancelCancel the transfer, don't allow it.
    NoneUndefined option
    Overwriteoverwrite the existing file
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Attachmate.Reflection.Emulation.UTS.OS2200LocalFileExistsOption

    See Also