This document is archived and information here might be outdated.  Recommended version.


IVersionManager.DoModal Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributedUI > ESRI.ArcGIS.GeoDatabaseUI > Interfaces > IV > IVersionManager Interface > IVersionManager.DoModal Method
ArcGIS Developer Help

IVersionManager.DoModal Method

Displays the dialog used to manage versions for a versioned geodatabase.

[Visual Basic .NET]
Public Sub DoModal ( _
    ByVal vw As IVersionedWorkspace _
)
[C#]
public void DoModal (
    IVersionedWorkspace vw
);

Product Availability

Available with ArcGIS Desktop.

Remarks

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

See Also

IVersionManager Interface