ESRI.ArcGIS.ADF.ArcGISServer.Editor
ConflictResolution Enumeration
See Also 
ESRI.ArcGIS.ADF.ArcGISServer.Editor Namespace : ConflictResolution Enumeration




Indicates how conflicts are to be resolved.

Syntax

Visual Basic (Declaration) 
Public Enum ConflictResolution 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As ConflictResolution
C# 
public enum ConflictResolution : Enum 

Members

MemberDescription
TargetVersion All conflicting features in the current edit session are replaced by their representations in the target version.
EditVersion All conflicting features in the current edit session take precedence over conflicting representations in the target version.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ESRI.ArcGIS.ADF.ArcGISServer.Editor.ConflictResolution

See Also

© 2010 All Rights Reserved.