IServiceCatalog2 Interface

Provides access to properties of an ArcGIS Server web service catalog.

Members

Name Description
Method GetFolders Gets an IStringArray of service folder names.
Read-only property MessageFormats The message formats supported by the web services in the catalog.
Read-only property MessageVersion The message version this server version supports.
Read-only property ServiceDescriptions An array of the web service descriptions in the web service catalog.
Read-only property ServiceDescriptionsEx An array of the web service descriptions in the web service catalog.

IServiceCatalog2.GetFolders Method

Gets an IStringArray of service folder names.

Public Function GetFolders ( _
    ByVal folderName As String _
) As IStringArray
public IStringArray GetFolders (
    string folderName
);

IServiceCatalog2.MessageFormats Property

The message formats supported by the web services in the catalog.

Public ReadOnly Property MessageFormats As esriServiceCatalogMessageFormat
public esriServiceCatalogMessageFormat MessageFormats {get;}

IServiceCatalog2.MessageVersion Property

The message version this server version supports.

Public ReadOnly Property MessageVersion As esriArcGISVersion
public esriArcGISVersion MessageVersion {get;}

IServiceCatalog2.ServiceDescriptionsEx Property

An array of the web service descriptions in the web service catalog.

Public Function get_ServiceDescriptionsEx ( _
    ByVal folderName As String _
) As IServiceDescriptionArray
public IServiceDescriptionArray get_ServiceDescriptionsEx (
    string folderName
);

Inherited Interfaces

Interfaces Description
IServiceCatalog Provides access to properties of an ArcGIS Server web service catalog.

Classes that implement IServiceCatalog2

Classes Description

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.