SearchParametersType
extends Type
in package
Represents the parameters that define a search folder.
Table of Contents
Properties
- $BaseFolderIds : NonEmptyArrayOfBaseFolderIdsType
- Represents the collection of folders that will be mined to determine the contents of a search folder.
- $Restriction : RestrictionType
- Represents the restriction or query that is used to filter items or folders in FindItem/FindFolder and search folder operations.
- $Traversal : string
- Describes how a search folder traverses the folder hierarchy.
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
$BaseFolderIds
Represents the collection of folders that will be mined to determine the contents of a search folder.
public
NonEmptyArrayOfBaseFolderIdsType
$BaseFolderIds
Tags
$Restriction
Represents the restriction or query that is used to filter items or folders in FindItem/FindFolder and search folder operations.
public
RestrictionType
$Restriction
Tags
$Traversal
Describes how a search folder traverses the folder hierarchy.
public
string
$Traversal
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