Hide Table of Contents
Class: DataWorkspaceDetails

Description

The DataWorkspaceDetails class represents the geospatial database name, id and versions that exist in the geodatabase.

Class hierarchy

esri.WorkflowManager.SupportClasses.DataWorkspaceDetails()

Properties

PropertyTypeDescription
IdstringThe unique ID for the data workspace.
namestringThe name of the data workspace.
defaultVersionstringThe default version name.
versionsVersionInfo[]An array of versions in the geodatabase.
Property Details

<string> Id

The unique ID for the data workspace.

<string> name

The name of the data workspace.

<string> defaultVersion

The default version in the data workspace.

<VersionInfo[]> Versions

An array of versions in the geodatabase.