FractionalPageViewType
extends BasePagingType
in package
Describes where the paged view starts and the maximum number of folders returned in a FindFolder request.
Table of Contents
Properties
- $Denominator : int
- Represents the denominator of the fractional offset from the start of the total number of folders in the result set.
- $MaxEntriesReturned : int
- Describes the maximum number of items or conversations to return in the response.
- $Numerator : int
- Represents the numerator of the fractional offset from the start of the 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
$Denominator
Represents the denominator of the fractional offset from the start of the total number of folders in the result set.
public
int
$Denominator
This attribute is required.
Tags
$MaxEntriesReturned
Describes the maximum number of items or conversations to return in the response.
public
int
$MaxEntriesReturned
Tags
$Numerator
Represents the numerator of the fractional offset from the start of the result set.
public
int
$Numerator
The numerator must be equal to or less than the denominator.
This attribute is required.
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