IServiceCatalogAdmin3 Interface
Provides access to members that control the contents of an ArcGIS Server web services catalog.
Description
This interface is new at ArcGIS 9.3. It supersedes IServiceCatalogAdmin and IServiceCatalogAdmin2.
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. |
![]() |
RequiresTokens | Indicates whether the service catalog should require tokens for authentication. |
![]() |
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. |
![]() |
TokenServiceURL | Token service url. |
IServiceCatalogAdmin3.RequiresTokens Property
Indicates whether the service catalog should require tokens for authentication.
Public WriteOnly Property RequiresTokens
public void RequiresTokens {set;}
IServiceCatalogAdmin3.TokenServiceURL Property
Token service url.
Public WriteOnly Property TokenServiceURL
public void TokenServiceURL {set;}
Inherited Interfaces
Interfaces | Description |
---|---|
IServiceCatalogAdmin2 | Provides access to members that control the contents of an ArcGIS Server web services catalog. |
IServiceCatalogAdmin | Provides access to members that control the contents of an ArcGIS Server web services catalog. |
Classes that implement IServiceCatalogAdmin3
Classes | Description |
---|