DisposalType
extends Enumeration
in package
Indicates how items are deleted.
Table of Contents
Constants
- HARD_DELETE = 'HardDelete'
- Indicates that items are permanently removed from the database.
- MOVE_TO_DELETED_ITEMS = 'MoveToDeletedItems'
- Indicates that items are moved to the Deleted Items folder.
- SOFT_DELETE = 'SoftDelete'
- Indicates that items are moved to the dumpster if the dumpster is enabled.
Properties
- $_ : string
- Element value.
Methods
- __clone() : mixed
- Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
- __toString() : string
- Returns the value of this enumeration as a string.
Constants
HARD_DELETE
Indicates that items are permanently removed from the database.
public
string
HARD_DELETE
= 'HardDelete'
Tags
MOVE_TO_DELETED_ITEMS
Indicates that items are moved to the Deleted Items folder.
public
string
MOVE_TO_DELETED_ITEMS
= 'MoveToDeletedItems'
Tags
SOFT_DELETE
Indicates that items are moved to the dumpster if the dumpster is enabled.
public
string
SOFT_DELETE
= 'SoftDelete'
Tags
Properties
$_
Element value.
public
string
$_
Tags
Methods
__clone()
Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
public
__clone() : mixed
__toString()
Returns the value of this enumeration as a string.
public
__toString() : string
.