Share via


UpdateSiteTerm Method

Updates an existing SiteTerm in the profile system.

Namespace:  Microsoft.CommerceServer.Profiles.WebService
Assembly:  Microsoft.CommerceServer.Profiles.DataManagement (in Microsoft.CommerceServer.Profiles.DataManagement.dll)

Syntax

'Declaration
<WebMethodAttribute> _
Public Overridable Sub UpdateSiteTerm ( _
    siteTermXml As XmlElement _
)
'Usage
Dim instance As ProfilesWebService
Dim siteTermXml As XmlElement

instance.UpdateSiteTerm(siteTermXml)
[WebMethodAttribute]
public virtual void UpdateSiteTerm(
    XmlElement siteTermXml
)
[WebMethodAttribute]
public:
virtual void UpdateSiteTerm(
    XmlElement^ siteTermXml
)
public function UpdateSiteTerm(
    siteTermXml : XmlElement
)

Parameters

Remarks

The site term name cannot be changed through this method. If the name needs to be changed, the site term must be deleted and recreated.

Permissions

See Also

Reference

ProfilesWebService Class

ProfilesWebService Members

Microsoft.CommerceServer.Profiles.WebService Namespace