com.esri.arcgis.geodatabaseui
Interface IVersionManager

All Superinterfaces:
Serializable
All Known Implementing Classes:
VersionManager

public interface IVersionManager
extends Serializable

Provides access to members that control the version management dialog for a versioned geodatabase.

Description

IVersionManager allows you to launch the Version Manager user interface for managing and administrating versions of the database.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 void doModal(IVersionedWorkspace vw)
          Displays the dialog used to manage versions for a versioned geodatabase.
 

Method Detail

doModal

void doModal(IVersionedWorkspace vw)
             throws IOException,
                    AutomationException
Displays the dialog used to manage versions for a versioned geodatabase.

Remarks

The DoModal method starts the Version Manager obect by specifying a target versioned workspace.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Parameters:
vw - A reference to a com.esri.arcgis.geodatabase.IVersionedWorkspace (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.