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

targetVersionName
Change the editing version for the layer. If the layer 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. A version name can be created from the client onto the server by using the CreateDedicatedVersionAsync and CloseDedicatedVersionAsync.

Syntax

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

Parameters

targetVersionName

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