ContainsExpressionType
extends SearchExpressionType
in package
Represents a search expression that determines whether a given property contains the supplied constant string value.
Table of Contents
Properties
- $Constant : ConstantValueType
- Identifies a constant value in a restriction.
- $ContainmentComparison : string
- Determines whether the search ignores cases and spaces.
- $ContainmentMode : string
- Identifies the boundaries of a search.
- $ExtendedFieldURI : PathToExtendedFieldType
- Identifies MAPI properties.
- $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
$Constant
Identifies a constant value in a restriction.
public
ConstantValueType
$Constant
Tags
$ContainmentComparison
Determines whether the search ignores cases and spaces.
public
string
$ContainmentComparison
Tags
$ContainmentMode
Identifies the boundaries of a search.
public
string
$ContainmentMode
Tags
$ExtendedFieldURI
Identifies MAPI properties.
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