Current delete state of the Deleting.
Namespace:
Rebex.IO
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
| Visual Basic |
|---|
Public Enumeration DeleteProgressState |
| C# |
|---|
public enum DeleteProgressState |
Members
| Member name | Description | |
|---|---|---|
| FileDeleting |
File processing was started.
| |
| FileDeleted |
File was successfully deleted.
| |
| DirectoryProcessing |
Directory processing was started.
| |
| DirectoryDeleted |
Directory was successfully deleted.
| |
| DeleteCompleted |
The delete action was successfully completed.
|