This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServiceCatalogAdmin Interface > IServiceCatalogAdmin.GetCatalogDescriptionDocument Method (ArcObjects .NET 10.5 SDK) |
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,
doc* doc
);
[C++]
Parameters catalogName [in] catalogName is a parameter of type BSTR catalogUrl [in] catalogUrl is a parameter of type BSTR doc [out, retval] doc is a parameter of type