ArcObjects Library Reference (GISClient)  

IRESTServerObjectAdmin.PutMetadata Method

Add or update the metadata of a service.

[Visual Basic .NET]
Public Sub PutMetadata ( _
    ByVal Name As String, _
    ByVal Type As String, _
    ByVal soeType As String, _
    ByVal pMetadata As IPropertySet _
)
[C#]
public void PutMetadata (
    string Name,
    string Type,
    string soeType,
    IPropertySet pMetadata
);
[C++]
HRESULT PutMetadata(
  BSTR Name,
  BSTR Type,
  BSTR soeType,
  IPropertySet* pMetadata
);
[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 pMetadata [in]

  pMetadata is a parameter of type IPropertySet

Product Availability

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

See Also

IRESTServerObjectAdmin Interface