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


In This Topic
    TransferLinkOption Enumeration
    In This Topic
    Options for specifying the extent to which nonprinting ASCII characters are automatically converted to printing ASCII characters during file transfers.
    Syntax
    'Declaration
     
    
    Public Enum TransferLinkOption 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As TransferLinkOption
    public enum TransferLinkOption : System.Enum 
    Members
    MemberDescription
    EightBitLinkOnly a small number of nonprinting ASCII characters are converted.
    SevenBitLinkAll nonprinting ASCII characters are converted.
    UserDefinedLinkAll characters that would be converted under EightBitLink are converted, along with additional characters as specified with the WRQExtraCharacters property.
    Inheritance Hierarchy

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

    See Also