Xceed .NET Libraries Documentation
LocalItemName Property


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

Property Value

A string representing the local path and 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