-
Notifications
You must be signed in to change notification settings - Fork 521
/
readme.metadata.json
38 lines (38 loc) · 1.05 KB
/
readme.metadata.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"category": "Geoprocessing",
"description": "Connect to a service and list versions of the geodatabase.",
"formal_name": "ListGeodatabaseVersions",
"ignore": false,
"images": [
"ListGeodatabaseVersions.jpg"
],
"keywords": [
"conflict resolution",
"data management",
"database",
"multi-user",
"sync",
"version"
],
"offline_data": [],
"redirect_from": [
"/net/latest/wpf/sample-code/list-geodatabase-versions.htm"
],
"relevant_apis": [
"GeoprocessingFeatures",
"GeoprocessingFeatures.Features",
"GeoprocessingJob",
"GeoprocessingJob.GetResultAsync",
"GeoprocessingParameters",
"GeoprocessingResult",
"GeoprocessingResult.Outputs",
"GeoprocessingTask",
"GeoprocessingTask.CreateDefaultParametersAsync",
"GeoprocessingTask.CreateJob"
],
"snippets": [
"ListGeodatabaseVersions.xaml.cs",
"ListGeodatabaseVersions.xaml"
],
"title": "List geodatabase versions"
}