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 nameDescription
Supported by the .NET Compact FrameworkFileDeleting
File processing was started.
Supported by the .NET Compact FrameworkFileDeleted
File was successfully deleted.
Supported by the .NET Compact FrameworkDirectoryProcessing
Directory processing was started.
Supported by the .NET Compact FrameworkDirectoryDeleted
Directory was successfully deleted.
Supported by the .NET Compact FrameworkDeleteCompleted
The delete action was successfully completed.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also