TransferTypeOption Enumeration
In This Topic
Specifies the type of file being transferred.
Syntax
<System.Runtime.InteropServices.ComVisibleAttribute(True)>
<System.Runtime.InteropServices.GuidAttribute("4EAE75B9-3F58-450c-B697-B54EA8D2B4DE")>
Public Enum TransferTypeOption
Inherits System.Enum
Members
Member | Description |
Ascii | Uses ASCII file transfer. |
AskUser | Displays a dialog box asking the user what file transfer method to use. |
AutoDetect | Determines file transfer type by the file extension. |
Binary | Uses binary file transfer. |
Labels | Uses labels or image file transfer. |
Scan | Reflection determines the file transfer method. |
See Also