ESRI.ArcGIS.ADF.ArcGISServer.Editor
NotifyOnConflicts Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer.Editor Namespace > EditorTask Class : NotifyOnConflicts Property




Whether to display a notification message when conflicts are detected and resolved whle saving edits.

Syntax

Visual Basic (Declaration) 
<ResDescriptionAttribute("Whether to display a notification message when conflicts are detected and resolved whle saving edits.")>
<PersistenceModeAttribute()>
<DefaultValueAttribute()>
<ResCategoryAttribute("Conflict Resolution")>
Public Property NotifyOnConflicts As Boolean
Visual Basic (Usage)Copy Code
Dim instance As EditorTask
Dim value As Boolean
 
instance.NotifyOnConflicts = value
 
value = instance.NotifyOnConflicts
C# 
[ResDescriptionAttribute("Whether to display a notification message when conflicts are detected and resolved whle saving edits.")]
[PersistenceModeAttribute()]
[DefaultValueAttribute()]
[ResCategoryAttribute("Conflict Resolution")]
public bool NotifyOnConflicts {get; set;}

See Also

© 2010 All Rights Reserved.