BehaviorReplacement

BehaviorReplacement enumeration

Specifies how to resolve the conflict that occurs when an object has been changed on both the client and the server. The value specifies which object—the client object or the server object—to keep if there is a conflict.

public enum BehaviorReplacement

Values

Name Value Description
ClientObjectReplaces 0 Client object replaces server object.
ServerObjectReplaces 1 Server object replaces client object.

See Also