TransferAutoDetectASCIIExtensionList Property
In This Topic
Returns or specifies which file extensions should identify files to be transferred as ASCII files during file transfer using the Auto-Detect transfer type. Use "<>" to specify files with no file extension.
Syntax
'Declaration
Property TransferAutoDetectASCIIExtensionList As String
'Usage
Dim instance As IFileTransfer
Dim value As String
instance.TransferAutoDetectASCIIExtensionList = value
value = instance.TransferAutoDetectASCIIExtensionList
string TransferAutoDetectASCIIExtensionList {get; set;}
Property Value
The default value is "txt,bat,ini,rcl". Use commas to separate file extensions included in the string. Do not include periods with the file extensions. The string can be up to 259 characters long.
See Also