ArcObjects Library Reference (GISClient)  

IAGSServerConnection4.GetItemInfo Method

Returns the Item Info of a service.

[Visual Basic .NET]
Public Function GetItemInfo ( _
    ByVal pConfig As IServerObjectConfiguration, _
    ByVal soeType As String _
) As IItemInfo
[C#]
public IItemInfo GetItemInfo (
    IServerObjectConfiguration pConfig,
    string soeType
);
[C++]
HRESULT GetItemInfo(
  BSTR Name,
  BSTR Type,
  BSTR soeType,
  IItemInfo** ppItemInfo
);
[C++]

Parameters

Name [in]   Name is a parameter of type BSTR Type [in]   Type is a parameter of type BSTR soeType [in]   soeType is a parameter of type BSTR ppItemInfo [out, retval]

  ppItemInfo is a parameter of type IItemInfo

Product Availability

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

See Also

IAGSServerConnection4 Interface