This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IR > IRESTServerObjectAdmin Interface > IRESTServerObjectAdmin.PutItemInfo Method (ArcObjects .NET 10.4 SDK) |
Add or update the ItemInfo of a service.
[Visual Basic .NET] Public Sub PutItemInfo ( _ ByVal Name As String, _ ByVal Type As String, _ ByVal soeType As String, _ ByVal pItemInfo As IItemInfo _ )
[C#] public void PutItemInfo ( string Name, string Type, string soeType, IItemInfo pItemInfo );
[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