com.esri.arcgis.catalogUI
Interface IAGSObjectAdminDialog2

All Superinterfaces:
Serializable
All Known Implementing Classes:
AGSObjectAdminDialog

public interface IAGSObjectAdminDialog2
extends Serializable

Provides access to members that control the Server Object Admin Dialog.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 IAGSObjectCreationProperties doModalCreateService(int hParent, IAGSServerConnectionName pServerConnName, String folderName)
          Displays the dialog to create a new service object.
 

Method Detail

doModalCreateService

IAGSObjectCreationProperties doModalCreateService(int hParent,
                                                  IAGSServerConnectionName pServerConnName,
                                                  String folderName)
                                                  throws IOException,
                                                         AutomationException
Displays the dialog to create a new service object.

Product Availability

Available with ArcGIS Desktop.

Parameters:
hParent - The hParent (A COM typedef) (in)
pServerConnName - A reference to a com.esri.arcgis.gisclient.IAGSServerConnectionName (in)
folderName - The folderName (in)
Returns:
A reference to a com.esri.arcgis.catalog.IAGSObjectCreationProperties
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.