com.esri.arcgis.geodatabaseui
Interface IPrivilegesDialog

All Superinterfaces:
Serializable
All Known Implementing Classes:
PrivilegesDialog

public interface IPrivilegesDialog
extends Serializable

Provides access to members that control the Geodatabase privileges dialog.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 void doModal(IDatasetName dataset)
          Show the privileges dialog based on the provided dataset.
 

Method Detail

doModal

void doModal(IDatasetName dataset)
             throws IOException,
                    AutomationException
Show the privileges dialog based on the provided dataset.

Product Availability

Available with ArcGIS Desktop.

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