GroupByType
extends BaseGroupByType
in package
Defines an arbitrary grouping for FindItem queries.
Table of Contents
Properties
- $AggregateOn : AggregateOnType
- Represents the field that is used to determine the order of groups in a response.
- $ExtendedFieldURI : PathToExtendedFieldType
- Identifies extended MAPI properties to get, set, or create.
- $FieldURI : PathToUnindexedFieldType
- Identifies frequently referenced properties by URI.
- $IndexedFieldURI : PathToIndexedFieldType
- Identifies individual members of a dictionary.
- $Order : string
- Determines the order of the groups in the grouped item array that is returned in the response.
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
$AggregateOn
Represents the field that is used to determine the order of groups in a response.
public
AggregateOnType
$AggregateOn
Tags
$ExtendedFieldURI
Identifies extended MAPI properties to get, set, or create.
public
PathToExtendedFieldType
$ExtendedFieldURI
Tags
$FieldURI
Identifies frequently referenced properties by URI.
public
PathToUnindexedFieldType
$FieldURI
Tags
$IndexedFieldURI
Identifies individual members of a dictionary.
public
PathToIndexedFieldType
$IndexedFieldURI
Tags
$Order
Determines the order of the groups in the grouped item array that is returned in the response.
public
string
$Order
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