ArcObjects Library Reference (GISClient)  

IRESTServerObjectAdmin.PutItemInfo Method

Add or update the ItemInfo of a service.

ERROR: Syntax information about IRESTServerObjectAdmin.PutItemInfo may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.GISClient.dll

[C++]
HRESULT PutItemInfo(
  BSTR Name,
  BSTR Type,
  BSTR soeType,
  IItemInfo* pItemInfo
);
[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 pItemInfo [in]

  pItemInfo is a parameter of type IItemInfo

Product Availability

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

See Also

IRESTServerObjectAdmin Interface