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


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

IServiceCatalogAdmin.GetCatalogDescriptionDocument Method

The WSDL for the Service Catalog.

[Visual Basic .NET]
Public Function GetCatalogDescriptionDocument ( _
    ByVal catalogName As String, _
    ByVal catalogUrl As String _
) As Byte[]
[C#]
public Byte[] GetCatalogDescriptionDocument (
    string catalogName,
    string catalogUrl
);
[C++]
HRESULT GetCatalogDescriptionDocument(
  BSTR catalogName,
  BSTR catalogUrl
);
[C++]
Parameters
catalogName [in]

catalogName is a parameter of type BSTR catalogUrl [in]
catalogUrl is a parameter of type BSTR

Product Availability

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

See Also

IServiceCatalogAdmin Interface