FtpTraversingEventArgs.Item Property
Namespace: Rebex.Net
Assembly: Rebex.Common.dll (version 7.0.9083)
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. |