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




Indicates how conflicts are defined.

Syntax

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

Members

MemberDescription
Row A conflict occurs when a second user edits the same row or feature, or topologically related features as you did. The conflict occurs even if you edited different attributes.
Column A conflict occurs when a second user edits the same attribute of a feature or table.

Inheritance Hierarchy

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

See Also

© 2010 All Rights Reserved.