ESRI.ArcGIS.Mobile
GetEditsCount Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.MobileServices Namespace > FeatureLayer Class : GetEditsCount Method

Gets the number of edited features in the feature layer.

Syntax

Visual Basic (Declaration) 
Public Function GetEditsCount() As Integer
C# 
public int GetEditsCount()

Remarks

The value returned by GetEditCount accounts for features with any of the following three edit state:

2 - Deleted

3 - Modified

4 - Added

Please also note that the returned value only accounts for edited features since last FeatureLayer.SaveEdits or FeatureDataTable.SaveEditsInFeatureLayer.

Requirements

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