InfoConnect API Guide
Attachmate.Reflection.Emulation.UTS Namespace / IOS2200FileTransfer Interface / IfExists Property


In This Topic
    IfExists Property (IOS2200FileTransfer)
    In This Topic
    Gets or sets a value specifying what happens if the PC file exists on downloads.
    Syntax
    'Declaration
     
    
    Property IfExists As OS2200LocalFileExistsOption
    'Usage
     
    
    Dim instance As IOS2200FileTransfer
    Dim value As OS2200LocalFileExistsOption
     
    instance.IfExists = value
     
    value = instance.IfExists
    OS2200LocalFileExistsOption IfExists {get; set;}
    See Also