FindFolderParentType
extends Type
in package
Represents the results of a search of a single root folder during a FindFolder operation.
Tags
Table of Contents
Properties
- $AbsoluteDenominator : int
- Represents the next denominator to use for the next request when you are using fraction page views.
- $Folders : ArrayOfFoldersType
- Contains an array of folders found by using the FindFolder operation.
- $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.
- $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
$Folders
Contains an array of folders found by using the FindFolder operation.
public
ArrayOfFoldersType
$Folders
Tags
$IncludesLastItemInRange
Indicates whether the current results contain the last item in the query so that additional paging is not needed.
public
bool
$IncludesLastItemInRange
Tags
$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
$NumeratorOffset
Represents the new numerator value to use for the next request when you are using fraction page views.
public
int
$NumeratorOffset
Tags
$TotalItemsInView
Represents the total number of items in the view.
public
int
$TotalItemsInView
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