SftpListItemReceivedEventArgs.Item Property
Namespace: Rebex.Net
Assembly: Rebex.Sftp.dll (version 7.0.9448)
Item
Gets the received SftpItem.
Declaration
public SftpItem Item { get; }
Property Value
| Type | Description |
|---|---|
| SftpItem | The received SftpItem or null if not available. |
Remarks
To remove this item from the list, set this property to null.