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


IGPExportWebMapExtensionImpl.PutServerConnections Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPExportWebMapExtensionImpl Interface > IGPExportWebMapExtensionImpl.PutServerConnections Method
ArcGIS Developer Help

IGPExportWebMapExtensionImpl.PutServerConnections Method

Returns the names of the available tools.

[Visual Basic .NET]
Public Sub PutServerConnections ( _
    ByVal pServerConnections As IArray _
)
[C#]
public void PutServerConnections (
    IArray pServerConnections
);
[C++]
HRESULT PutServerConnections(
  IArray* pServerConnections
);
[C++]
Parameters
pServerConnections [in]

pServerConnections is a parameter of type IArray*

Product Availability

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

See Also

IGPExportWebMapExtensionImpl Interface