Hide Table of Contents
Class: JobVersionInfo

Description

The JobVersionInfo class is a collection of properties for a job's version and a true or false flag to see if the version has been created or not.

Class hierarchy

esri.WorkflowManager.SupportClasses.JobVersionInfo()

Properties

NameTypeSummary
dataWorkspaceIdstringA unique identifier of the data workspace.
namestringThe name of the data workspace.
parentstringThe parent version of the geodatabase.
createdbooleanIndicator to check if the version has been created or not.
ownerstringThe name of the version owner.
Property Details

<string> dataWorkspaceID

A unique identifier of the data workspace.

<string> name

The name of the data workspace.

<string> parent

The parent version of the geodatabase.

<boolean> created

Indicator to check if the version has been created or not.

<string> owner

The name of the version owner.