GetSiteTerm Method

Retrieves the XML representing a single 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 Function GetSiteTerm ( _
    siteTermName As String _
) As XmlElement
'Usage
Dim instance As ProfilesWebService
Dim siteTermName As String
Dim returnValue As XmlElement

returnValue = instance.GetSiteTerm(siteTermName)
[WebMethodAttribute]
public virtual XmlElement GetSiteTerm(
    string siteTermName
)
[WebMethodAttribute]
public:
virtual XmlElement^ GetSiteTerm(
    String^ siteTermName
)
public function GetSiteTerm(
    siteTermName : String
) : XmlElement

Parameters

Return Value

Type: System.Xml..::.XmlElement
XML representing the requested SiteTerm.

Remarks

Returns an XML representation of the site term.

The site term group does not need to be specified because site term names must be unique within the profile system.

Permissions

See Also

Reference

ProfilesWebService Class

ProfilesWebService Members

Microsoft.CommerceServer.Profiles.WebService Namespace