Documentation

FindItemParentType extends Type
in package

Represents the results of a search of a single root folder during a FindItem operation.

Tags
todo

Create a FindResponsePagingAttributes trait.

Table of Contents

Properties

$AbsoluteDenominator  : int
Represents the next denominator to use for the next request when you are using fraction page views.
$Groups  : ArrayOfGroupedItemsType
Contains a collection of groups found that have the search and aggregation criteria identified in the FindItem operation request.
$IncludesLastItemInRange  : bool
Indicates whether the current results contain the last item in the query so that additional paging is not needed.
$IndexedPagingOffset  : string
Represents the next index that should be used for the next request when you are using an indexed page view.
$Items  : ArrayOfRealItemsType
Contains an array of items found that have the search criteria identified in the FindItem operation request.
$NumeratorOffset  : int
Represents the new numerator value to use for the next request when you are using fraction page views.
$TotalItemsInView  : int
Represents the total number of items in the view.

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

$AbsoluteDenominator

Represents the next denominator to use for the next request when you are using fraction page views.

public int $AbsoluteDenominator
Tags
since

Exchange 2007

$Groups

Contains a collection of groups found that have the search and aggregation criteria identified in the FindItem operation request.

public ArrayOfGroupedItemsType $Groups
Tags
since

Exchange 2007

$IncludesLastItemInRange

Indicates whether the current results contain the last item in the query so that additional paging is not needed.

public bool $IncludesLastItemInRange
Tags
since

Exchange 2007

$IndexedPagingOffset

Represents the next index that should be used for the next request when you are using an indexed page view.

public string $IndexedPagingOffset
Tags
since

Exchange 2007

$Items

Contains an array of items found that have the search criteria identified in the FindItem operation request.

public ArrayOfRealItemsType $Items
Tags
since

Exchange 2007

$NumeratorOffset

Represents the new numerator value to use for the next request when you are using fraction page views.

public int $NumeratorOffset
Tags
since

Exchange 2007

$TotalItemsInView

Represents the total number of items in the view.

public int $TotalItemsInView
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