Select to view content in your preferred language

Query and edit versioned layers Api version 2.x

602
3
06-26-2012 05:17 AM
StefhanCampos
Deactivated User
it possible query and edit versioned layers in a geodatabase with the api 2.x+?
0 Kudos
3 Replies
DominiqueBroux
Esri Frequent Contributor
Yes it's possible to edit features from ArcGIS API for Silverlight verion 2.0.

But at the server side,  you also need a featureservice which is availbale from ArcGIS server 10.0.
0 Kudos
StefhanCampos
Deactivated User
Yes it's possible to edit features from ArcGIS API for Silverlight verion 2.0.

But at the server side,  you also need a featureservice which is availbale from ArcGIS server 10.0.


I saw in "whats is new" of api 3.0 the following information "Query and edit versioned layers in a geodatabase". Any difference between 2.x and 3.0?

link:
http://blogs.esri.com/esri/arcgis/2012/06/20/version-3-0-of-the-arcgis-api-for-silverlight-now-avail...
0 Kudos
JenniferNery
Esri Regular Contributor
GdbVersion is a new property in FeatureLayer and QueryTask (also IdentifyTask and FindTask) in v3.0: http://resources.arcgis.com/en/help/silverlight-api/apiref/api_start.htm?ESRI.ArcGIS.Client~ESRI.Arc.... This allows you to specify specific geodatabase version other than default.
0 Kudos