GetSiteTerms Method

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Retrieves the site term information for Target Expression purposes.

Namespace:  Microsoft.CommerceServer.Marketing
Assembly:  Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)

Syntax

'Declaration
Public Function GetSiteTerms As XmlElement
'Usage
Dim instance As ProfileDefinitionReader
Dim returnValue As XmlElement

returnValue = instance.GetSiteTerms()
public XmlElement GetSiteTerms()
public:
XmlElement^ GetSiteTerms()
public function GetSiteTerms() : XmlElement

Return Value

Type: System.Xml..::.XmlElement
An XML document contains the site term value available.

Exceptions

Exception Condition
NotAuthorizedException

The user is not authorized to perform the requested operation.

Remarks

This method internally uses the Profile system to get the site term information.

Permissions

See Also

Reference

ProfileDefinitionReader Class

ProfileDefinitionReader Members

Microsoft.CommerceServer.Marketing Namespace