AggregateOnType
extends Type
in package
Represents the property that is used to determine the order of grouped items for a grouped FindItem result set.
Table of Contents
Properties
- $Aggregate : string
- Indicates the maximum or minimum value of the property identified by the FieldURI element that is used for ordering the groups of items.
- $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.
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
$Aggregate
Indicates the maximum or minimum value of the property identified by the FieldURI element that is used for ordering the groups of items.
public
string
$Aggregate
The following are the possible values:
- Minimum
- Maximum
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
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