ConflictResolutionMode - перечисление

Defines how conflict resolutions are handled in update operations.

Definition

Пространство имён: Tessa.Exchange.WebServices.Data
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
C#
public enum ConflictResolutionMode

Члены

NeverOverwrite0 Local property changes are discarded.
AutoResolve1 Local property changes are applied to the server unless the server-side copy is more recent than the local copy.
AlwaysOverwrite2 Local property changes overwrite server-side changes.

См. также