IServiceCatalogAdmin2 Interface
Provides access to members that control the contents of an ArcGIS Server web services catalog.
Members
Name | Description | |
---|---|---|
![]() |
CreateServiceDescription | Creates a new web service description. |
![]() |
CreateServiceDescriptionArray | Creates a new array of web service descriptions. |
![]() |
CreateServiceFolderArray | Creates a new array of web service folders. |
![]() |
GetCatalogDescriptionDocument | The WSDL for the Service Catalog. |
![]() |
GetDescriptionDocument | The WSDL for a specified service. |
![]() |
MessageFormats | The message formats supported by the web services in the catalog. |
![]() |
MessageVersion | The message version supported by the server. |
![]() |
ServiceDescriptions | The array of the web service descriptions for the web service catalog. |
![]() |
ServiceFolders | The array of the web service folders for the web service catalog. |
IServiceCatalogAdmin2.CreateServiceFolderArray Method
Creates a new array of web service folders.
Public Function CreateServiceFolderArray ( _
) As IStringArray
public IStringArray CreateServiceFolderArray (
);
IServiceCatalogAdmin2.MessageFormats Property
The message formats supported by the web services in the catalog.
Public WriteOnly Property MessageFormats
public void MessageFormats {set;}
IServiceCatalogAdmin2.MessageVersion Property
The message version supported by the server.
Public WriteOnly Property MessageVersion
public void MessageVersion {set;}
IServiceCatalogAdmin2.ServiceFolders Property
The array of the web service folders for the web service catalog.
Public WriteOnly Property ServiceFolders
public void ServiceFolders {set;}
Inherited Interfaces
Interfaces | Description |
---|---|
IServiceCatalogAdmin | Provides access to members that control the contents of an ArcGIS Server web services catalog. |
Classes that implement IServiceCatalogAdmin2
Classes | Description |
---|---|
ServiceCatalog | The ServiceCatalog object, which implements the Service Catalog. |