Attachmate Reflection 2014 .NET API Reference
TransferAutoDetectImageLabelsExtensionList Property


Returns or specifies which file extensions should identify files to be transferred between two host computers during file transfer using the Auto-Detect transfer type.
Syntax
'Declaration
 
Property TransferAutoDetectImageLabelsExtensionList As String
'Usage
 
Dim instance As IFileTransfer
Dim value As String
 
instance.TransferAutoDetectImageLabelsExtensionList = value
 
value = instance.TransferAutoDetectImageLabelsExtensionList
string TransferAutoDetectImageLabelsExtensionList {get; set;}

Property Value

The default value is "". Use "<>" to specify files with no file extension. 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.
Remarks
This type of file transfer preserves host-specific information in the files. Use TransferAutoDetectASCIIExtensionList, TransferAutoDetectBinaryExtensionList, and TransferAutoDetectScanExtensionList to determine file extensions to be linked to other transfer types. Use TransferAutoDetectDefaultType to specify what type of transfer to use when a file extension is not linked to any transfer type. The default value is "". Use "<>" to specify files with no file extension. 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.
Requirements

Target Platforms: Microsoft Windows 7, Microsoft Windows Vista, Microsoft Windows XP, Microsoft Windows Server 2003 Terminal Services, Microsoft Windows Server 2008 Terminal Services

See Also

Reference

IFileTransfer Interface
IFileTransfer Members

Send Feedback