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