Provides access to properties of an ArcGIS Server web service catalog.
Members
| Name | Description | |
|---|---|---|
![]()  | 
GetFolders | Gets an IStringArray of service folder names. | 
![]()  | 
MessageFormats | The message formats supported by the web services in the catalog. | 
![]()  | 
MessageVersion | The message version this server version supports. | 
![]()  | 
ServiceDescriptions | An array of the web service descriptions in the web service catalog. | 
![]()  | 
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 | 
|---|

