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


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

IPrivilegesDialog.DoModal Method

Show the privileges dialog based on the provided dataset.

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

Product Availability

Available with ArcGIS Desktop.

See Also

IPrivilegesDialog Interface