ESRI.ArcGIS.Mobile
CancelEdits(FeatureDataTable) Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.MobileServices Namespace > FeatureLayer Class > CancelEdits Method : CancelEdits(FeatureDataTable) Method

featureDataTable
Table containing changes to cancel.
Cancels the edits for the list of rows.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub CancelEdits( _
   ByVal featureDataTable As FeatureDataTable _
) 
C# 
public void CancelEdits( 
   FeatureDataTable featureDataTable
)

Parameters

featureDataTable
Table containing changes to cancel.

Remarks

CancelEdits will only cancel edits in local MobileService file. Any edits already posted back to server won't be affected.

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