SeekToConditionPageViewType
extends Type
in package
Defines the condition that is used to identify the end of a search, the starting index of a search, the maximum entries to return, and the search directions for a FindItem or FindConversation search.
Table of Contents
Properties
- $BasePoint : string
- The text value of the BasePoint attribute is the base point from where the search will start.
- $Condition : RestrictionType
- The condition that is used to identify the end of a search for a FindItem or a FindConversation operation.
- $MaxEntriesReturned : int
- The maximum number of items that can be returned in a result set.
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
$BasePoint
The text value of the BasePoint attribute is the base point from where the search will start.
public
string
$BasePoint
A text value of Beginning indicates that the search will start at the beginning of the result set. A text value of End indicates that the search will start at the end of the result set.
Tags
$Condition
The condition that is used to identify the end of a search for a FindItem or a FindConversation operation.
public
RestrictionType
$Condition
Tags
$MaxEntriesReturned
The maximum number of items that can be returned in a result set.
public
int
$MaxEntriesReturned
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