Documentation

NonEmptyArrayOfItemChangesType extends ArrayType
in package

Represents an array of ItemChange elements that identify items and the updates to apply to the items.

Table of Contents

Properties

$ItemChange  : array<string|int, ItemChangeType>
Contains an item identifier and the updates to apply to the 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

$ItemChange

Contains an item identifier and the updates to apply to the item.

public array<string|int, ItemChangeType> $ItemChange = array()
Tags
since

Exchange 2007

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

        
On this page

Search results