ESRI.ArcGIS.Mobile
ChangeVersionName Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.FeatureCaching Namespace > FeatureSource Class : ChangeVersionName Method

targetVersionName
Change the editing version for the feature source. If the feature source is not empty, the data will be removed from the cache. The targetEditingVersionName is not verified against the server until a request is executed, be sure to provide a valid version name.

Syntax

Visual Basic (Declaration) 
Public Sub ChangeVersionName( _
   ByVal targetVersionName As String _
) 
C# 
public void ChangeVersionName( 
   string targetVersionName
)

Parameters

targetVersionName

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