InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / TransferTypeOption Enumeration


In This Topic
    TransferTypeOption Enumeration
    In This Topic
    Specifies what type of file is being transferred.
    Syntax
    'Declaration
     
    
    Public Enum TransferTypeOption 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As TransferTypeOption
    public enum TransferTypeOption : System.Enum 
    Members
    MemberDescription
    AsciiUses ASCII file transfer.
    AskUserDisplays a dialog box asking the user what file transfer method to use.
    AutoDetectDetermines the file transfer type by the file extension.
    BinaryUses binary file transfer.
    LabelsUses labels or image file transfer.
    ScanInfoConnect determines the file transfer method.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Attachmate.Reflection.Emulation.OpenSystems.TransferTypeOption

    See Also