ConflictResolutionMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines how conflict resolutions are handled in update operations.
public enum class ConflictResolutionMode
public enum ConflictResolutionMode
Public Enum ConflictResolutionMode
- Inheritance
-
ConflictResolutionMode
Fields
Name | Value | Description |
---|---|---|
NeverOverwrite | 0 | Local property changes are discarded. |
AutoResolve | 1 | Local property changes are applied to the server unless the server-side copy is more recent than the local copy. |
AlwaysOverwrite | 2 | Local property changes overwrite server-side changes. |