SftpListItemReceivedEventArgs Class
Namespace: Rebex.Net
Assembly: Rebex.Sftp.dll (version 7.0.9083)
Provides data for the ListItemReceived event.
Syntax
public class SftpListItemReceivedEventArgs : ListItemReceivedEventArgs
Inherited Members
Constructors
Name | Description |
---|---|
SftpListItemReceivedEventArgs(String, SftpItem) | Initializes a new instance of the SftpListItemReceivedEventArgs class with the specified raw data and item. |
Properties
Name | Description |
---|---|
Aborted | Gets a value indicating whether the item was aborted. Inherited from ListItemReceivedEventArgs. |
Ignored | Gets a value indicating whether the item was ignored. Inherited from ListItemReceivedEventArgs. |
Item | Gets the received SftpItem. |
RawLine | Gets the raw data of the received item line. Inherited from ListItemReceivedEventArgs. |
UserState | Get user state object. Inherited from ListItemReceivedEventArgs. |
Methods
Name | Description |
---|---|
Abort() | Aborts the process of received the file and directory listing. Inherited from ListItemReceivedEventArgs. |
Ignore() | Ignores the current item, making it not appear in the list. Inherited from ListItemReceivedEventArgs. |