Xceed .NET Libraries Documentation
RemoteItemName Property


Xceed.Ftp Assembly > Xceed.Ftp Namespace > MultipleFileTransferErrorEventArgs Class : RemoteItemName Property
Gets the remote name of the item that failed to be transferred during a multiple-file transfer.
Syntax
'Declaration
 
Public ReadOnly Property RemoteItemName As String
'Usage
 
Dim instance As MultipleFileTransferErrorEventArgs
Dim value As String
 
value = instance.RemoteItemName
public string RemoteItemName {get;}

Property Value

A string representing the remote name of the item that 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