RootItemIdType
extends BaseItemIdType
in package
Identifies the root item of a deleted item.
Table of Contents
Properties
- $RootItemChangeKey : string
- Identifies the new change key of the root item of a deleted item.
- $RootItemId : string
- Identifies the root item of a deleted item.
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.
Properties
$RootItemChangeKey
Identifies the new change key of the root item of a deleted item.
public
string
$RootItemChangeKey
Tags
$RootItemId
Identifies the root item of a deleted item.
public
string
$RootItemId
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