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


IVersionManager.DoModal Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabaseUI)  

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