Documentation

ConversationNodeSortOrder extends Enumeration
in package

Defines the sort order used for the result of a GetConversationItems request.

Table of Contents

Constants

DATE_ORDER_ASC  = 'DateOrderAscending'
Order the conversations by their date in ascending order.
DATE_ORDER_DESC  = 'DateOrderDescending'
Order the conversations by their date in descending order.
TREE_ORDER_ASC  = 'TreeOrderAscending'
Returns the conversations according to the tree in ascending order.
TREE_ORDER_DESC  = 'TreeOrderDescending'
Returns the conversations according to the tree in descending order.

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

DATE_ORDER_ASC

Order the conversations by their date in ascending order.

public string DATE_ORDER_ASC = 'DateOrderAscending'
Tags
since

Exchange 2013

DATE_ORDER_DESC

Order the conversations by their date in descending order.

public string DATE_ORDER_DESC = 'DateOrderDescending'
Tags
since

Exchange 2013

TREE_ORDER_ASC

Returns the conversations according to the tree in ascending order.

public string TREE_ORDER_ASC = 'TreeOrderAscending'
Tags
since

Exchange 2013

TREE_ORDER_DESC

Returns the conversations according to the tree in descending order.

public string TREE_ORDER_DESC = 'TreeOrderDescending'
Tags
since

Exchange 2013

Properties

$_

Element value.

public string $_
Tags
deprecated
1.0.0

This property will be removed in a future release and should not be used. Instead, you should reference the constants implemented in the class directly.

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

.

Tags
suppress

PhanDeprecatedProperty

Return values
string

        
On this page

Search results