FtpTraversingEventArgs.Item Property
Namespace: Rebex.Net
Assembly: Rebex.Common.dll (version 8.0.9673)
Item
Gets the file or directory which is currently processed. Inherited from TraversingEventArgs.
Declaration
public FileSystemItem Item { get; }
Property Value
| Type | Description |
|---|---|
| FileSystemItem | Currently processed item. |