RecycleFlags Enumeration
Specifies the system's Recycle Bin behavior when cleaning the bin.
Namespace: DevCase.ThirdParty.WindowsApiCodePackAssembly: DevCase.net48.ThirdParty.WindowsApiCodePack (in DevCase.net48.ThirdParty.WindowsApiCodePack.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[FlagsAttribute]
public enum RecycleFlags
<FlagsAttribute>
Public Enumeration RecycleFlags
Dim instance As RecycleFlags
[FlagsAttribute]
public enum class RecycleFlags
[<FlagsAttribute>]
type RecycleFlags
No code example is currently available or this language may not be supported.
DontShowConfirmation |
1 |
Don't show deletion confirmation.
|
DontShowProgressUI |
2 |
Don't show deletion progress.
|
DontPlaySound |
4 |
Don't play sound on deletion.
|