SyncFolderItemsScopeType
extends Enumeration
in package
Defines whether just items or items and folder associated information are returned in a synchronization response.
Table of Contents
Constants
- NORMAL = 'NormalItems'
- Specifies that only items in the folder are returned in a synchronization response.
- NORMAL_AND_ASSOCIATED = 'NormalAndAssociatedItems'
- Specifies that both items in the folder and folder associated information are returned in a synchronization response.
Properties
- $_ : string
- Element value.
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.
- __toString() : string
- Returns the value of this enumeration as a string.
Constants
NORMAL
Specifies that only items in the folder are returned in a synchronization response.
public
string
NORMAL
= 'NormalItems'
Tags
NORMAL_AND_ASSOCIATED
Specifies that both items in the folder and folder associated information are returned in a synchronization response.
public
string
NORMAL_AND_ASSOCIATED
= 'NormalAndAssociatedItems'
Tags
Properties
$_
Element value.
public
string
$_
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
__toString()
Returns the value of this enumeration as a string.
public
__toString() : string
.