Xceed .NET Libraries Documentation
Action Property (MultipleFileTransferErrorEventArgs)


Xceed.Ftp Assembly > Xceed.Ftp Namespace > MultipleFileTransferErrorEventArgs Class : Action Property
Gets or sets a value indicating the action to take for the file failed to be transferred during a multiple-file transfer.
Syntax
'Declaration
 
Public Property Action As MultipleFileTransferErrorAction
'Usage
 
Dim instance As MultipleFileTransferErrorEventArgs
Dim value As MultipleFileTransferErrorAction
 
instance.Action = value
 
value = instance.Action
public MultipleFileTransferErrorAction Action {get; set;}

Property Value

A MultipleFileTransferErrorAction value indicating the action to take for the file 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