FindPeopleType
extends BaseRequestType
in package
Defines a set of data used in a FindPeople request.
Table of Contents
Properties
- $AggregationRestriction : RestrictionType
- Specifies a value that is applied to a set of Persona properties.
- $Context : ArrayOfContextProperty
- Specifies the context properties of the contact.
- $IndexedPageItemView : IndexedPageViewType
- Describes how paged conversation or item information is returned.
- $ParentFolderId : TargetFolderIdType
- Identifies the folder in which to search.
- $PersonaShape : PersonaResponseShapeType
- Specifies the set of persona properties.
- $QuerySources : ArrayOfPeopleQuerySource
- Specifies the source data for the query.
- $QueryString : QueryStringType
- Contains a mailbox query string based on Advanced Query Syntax (AQS).
- $Restriction : RestrictionType
- Represents the restriction or query that is used to filter items.
- $SearchPeopleSuggestionIndex : bool
- Internal use only.
- $SortOrder : NonEmptyArrayOfFieldOrdersType
- Defines how items are sorted.
- $TopicQueryString : string
- Specifies the query string for topic searches.
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
$AggregationRestriction
Specifies a value that is applied to a set of Persona properties.
public
RestrictionType
$AggregationRestriction
Tags
$Context
Specifies the context properties of the contact.
public
ArrayOfContextProperty
$Context
Tags
$IndexedPageItemView
Describes how paged conversation or item information is returned.
public
IndexedPageViewType
$IndexedPageItemView
Tags
$ParentFolderId
Identifies the folder in which to search.
public
TargetFolderIdType
$ParentFolderId
Tags
$PersonaShape
Specifies the set of persona properties.
public
PersonaResponseShapeType
$PersonaShape
Tags
$QuerySources
Specifies the source data for the query.
public
ArrayOfPeopleQuerySource
$QuerySources
Tags
$QueryString
Contains a mailbox query string based on Advanced Query Syntax (AQS).
public
QueryStringType
$QueryString
Tags
$Restriction
Represents the restriction or query that is used to filter items.
public
RestrictionType
$Restriction
Tags
$SearchPeopleSuggestionIndex
Internal use only.
public
bool
$SearchPeopleSuggestionIndex
Tags
$SortOrder
Defines how items are sorted.
public
NonEmptyArrayOfFieldOrdersType
$SortOrder
Tags
$TopicQueryString
Specifies the query string for topic searches.
public
string
$TopicQueryString
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