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
- siteTermName
Type: System..::.String
Name of the SiteTerm to retrieve.
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
- 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.