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
- siteTermXml
Type: System.Xml..::.XmlElement
XML representing the updated SiteTerm.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.