SftpDeleteProgressChangedEventArgs.FilesDeleted Property
Namespace: Rebex.Net
Assembly: Rebex.Common.dll (version 7.0.9083)
FilesDeleted
Gets the number of files that were already successfully deleted. Inherited from DeleteProgressChangedEventArgs.
Declaration
public int FilesDeleted { get; }
Property Value
Type | Description |
---|---|
Int32 | Number of files. |