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