ESRI.ArcGIS.ADF.ArcGISServer.Editor
ConflictLevel Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.ArcGISServer.Editor Namespace > EditorTask Class : ConflictLevel Property




How conflicts are defined. Either when a second user edits the same feature (Row), or only when editing the same attributes of a feature (Column).

Syntax

Visual Basic (Declaration) 
<ResCategoryAttribute("Conflict Resolution")>
<PersistenceModeAttribute(PersistenceMode.Attribute)>
<ResDescriptionAttribute("How conflicts are defined. Either when a second user edits the same feature (Row), or only when editing the same attributes of a feature (Column).")>
<DefaultValueAttribute()>
Public Property ConflictLevel As ConflictLevel
Visual Basic (Usage)Copy Code
Dim instance As EditorTask
Dim value As ConflictLevel
 
instance.ConflictLevel = value
 
value = instance.ConflictLevel
C# 
[ResCategoryAttribute("Conflict Resolution")]
[PersistenceModeAttribute(PersistenceMode.Attribute)]
[ResDescriptionAttribute("How conflicts are defined. Either when a second user edits the same feature (Row), or only when editing the same attributes of a feature (Column).")]
[DefaultValueAttribute()]
public ConflictLevel ConflictLevel {get; set;}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.