Xceed .NET Libraries Documentation
RemoteItemType Property


Xceed.Ftp Assembly > Xceed.Ftp Namespace > MultipleFileTransferErrorEventArgs Class : RemoteItemType Property
Gets or sets the type of the remote item which failed to be transferred during a multiple-file transfer.
Syntax
'Declaration
 
Public ReadOnly Property RemoteItemType As FtpItemType
'Usage
 
Dim instance As MultipleFileTransferErrorEventArgs
Dim value As FtpItemType
 
value = instance.RemoteItemType
public FtpItemType RemoteItemType {get;}

Property Value

A FtpItemType value representing the type (File, Folder or Link) of the item which failed to be transferred during a multiple-file transfer.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MultipleFileTransferErrorEventArgs Class
MultipleFileTransferErrorEventArgs Members