Specifies whether a file should be deleted permanently or placed in the Recycle Bin.
| C# | Visual Basic |
public enum RecycleOption
Public Enumeration RecycleOption
| Member | Description |
|---|---|
| DeletePermanently |
Delete the file or directory permanently. Default.
|
| SendToRecycleBin |
Send the file or directory to the Recycle Bin.
|
| HasFlag |
Determines whether one or more bit fields are set in the current instance.
|
Not all Windows CE shells have the concept of Recycle Bin.