RecycleFlags Enumeration

Specifies the system's Recycle Bin behavior when cleaning the bin.

Definition

Namespace: DevCase.ThirdParty.WindowsApiCodePack
Assembly: 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

Members

DontShowConfirmation 1 Don't show deletion confirmation.
DontShowProgressUI 2 Don't show deletion progress.
DontPlaySound 4 Don't play sound on deletion.

See Also