InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IFileTransfer Interface / TransferAutoDetectDefaultType Property


In This Topic
    TransferAutoDetectDefaultType Property
    In This Topic
    This property affects file transfers using the Auto-Detect transfer feature. It returns or specifies what type of file transfer to use when no transfer type has been associated with the file extension of a file to be transferred.
    Syntax
    'Declaration
     
    
    Property TransferAutoDetectDefaultType As TransferTypeOption
    'Usage
     
    
    Dim instance As IFileTransfer
    Dim value As TransferTypeOption
     
    instance.TransferAutoDetectDefaultType = value
     
    value = instance.TransferAutoDetectDefaultType
    TransferTypeOption TransferAutoDetectDefaultType {get; set;}

    Property Value

    The default value is TransferTypeOption.Scan. TransferTypeOption.Binary Use binary file transfer. TransferTypeOption.ASCII Use ASCII file transfer. TransferTypeOption.Labels Use Labels or Image file transfer. TransferTypeOption.Scan InfoConnect determines the file transfer method TransferTypeOption.AskUser Display a dialog box asking the user what file transfer method to use.
    Remarks
    The default value is TransferTypeOption.Scan. TransferTypeOption.Binary Use binary file transfer. TransferTypeOption.ASCII Use ASCII file transfer. TransferTypeOption.Labels Use Labels or Image file transfer. TransferTypeOption.Scan InfoConnect determines the file transfer method TransferTypeOption.AskUser Display a dialog box asking the user what file transfer method to use.
    See Also