Documentation

ConflictResolutionType extends Enumeration
in package

Defines the type of conflict resolution to try during an update.

Table of Contents

Constants

ALWAYS_OVERWRITE  = 'AlwaysOverwrite'
If there is a conflict, the update operation will overwrite information.
AUTO_RESOLVE  = 'AutoResolve'
The update operation automatically resolves any conflict.
NEVER_OVERWRITE  = 'NeverOverwrite'
If there is a conflict, the update operation fails and an error is returned.

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

ALWAYS_OVERWRITE

If there is a conflict, the update operation will overwrite information.

public string ALWAYS_OVERWRITE = 'AlwaysOverwrite'
Tags
since

Exchange 2007

AUTO_RESOLVE

The update operation automatically resolves any conflict.

public string AUTO_RESOLVE = 'AutoResolve'
Tags
since

Exchange 2007

NEVER_OVERWRITE

If there is a conflict, the update operation fails and an error is returned.

public string NEVER_OVERWRITE = 'NeverOverwrite'
Tags
since

Exchange 2007

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