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


IAGSObjectAdminDialog2.DoModalCreateService Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CatalogUI > ESRI.ArcGIS.CatalogUI > Interfaces > IA > IAGSObjectAdminDialog2 Interface > IAGSObjectAdminDialog2.DoModalCreateService Method
ArcGIS Developer Help

IAGSObjectAdminDialog2.DoModalCreateService Method

Displays the dialog to create a new service object.

[Visual Basic .NET]
Public Function DoModalCreateService ( _
    ByVal hParent As Integer, _
    ByVal pServerConnName As IAGSServerConnectionName, _
    ByVal folderName As String _
) As IAGSObjectCreationProperties
[C#]
public IAGSObjectCreationProperties DoModalCreateService (
    int hParent,
    IAGSServerConnectionName pServerConnName,
    string folderName
);

Product Availability

Available with ArcGIS Desktop.

See Also

IAGSObjectAdminDialog2 Interface