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


IServiceCatalog3 Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServiceCatalog3 Interface
ArcGIS Developer Help

IServiceCatalog3 Interface

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

This interface is new at ArcGIS 9.3. It supersedes IServiceCatalog and IServiceCatalog2.

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 RequiresTokens Indicates whether the service catalog requires tokens for authentication.
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.
Read-only property TokenServiceURL Token service url.

Inherited Interfaces

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

Classes that implement IServiceCatalog3

Classes Description