DisposalType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The DisposalType enumeration describes how an item or folder is deleted.
public enum class DisposalType
public enum DisposalType
Public Enum DisposalType
- Inheritance
-
DisposalType
Fields
Name | Value | Description |
---|---|---|
HardDelete | 0 | An item is permanently removed from the store. |
SoftDelete | 1 | An item is moved to the dumpster if the dumpster is enabled. |
MoveToDeletedItems | 2 | An item is moved to the Deleted Items folder. |
Remarks
This enumeration is used by the DeleteFolder and DeleteItem operations. This enumeration must be set on the DeleteType property on the DeleteItemType object and the DeleteType property on the DeleteFolderType object.