Documentation

NonEmptyArrayOfItemChangeDescriptionsType extends ArrayType
in package

Represents a set of elements that define append, set, and delete changes to item properties.

Table of Contents

Properties

$AppendToItemField  : array<string|int, AppendToItemFieldType>
Represents data to append to a single property of an item during an UpdateItem operation.
$DeleteItemField  : array<string|int, DeleteItemFieldType>
Represents an operation to delete a given property from an item during an UpdateItem operation.
$SetItemField  : array<string|int, SetItemFieldType>
Represents an update to a single property of an item in an UpdateItem operation.

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

$AppendToItemField

Represents data to append to a single property of an item during an UpdateItem operation.

public array<string|int, AppendToItemFieldType> $AppendToItemField = array()
Tags
since

Exchange 2007

$DeleteItemField

Represents an operation to delete a given property from an item during an UpdateItem operation.

public array<string|int, DeleteItemFieldType> $DeleteItemField = array()
Tags
since

Exchange 2007

$SetItemField

Represents an update to a single property of an item in an UpdateItem operation.

public array<string|int, SetItemFieldType> $SetItemField = 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