GetAllSiteTerms Method
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Retrieves XML representing all SiteTerms 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 GetAllSiteTerms As XmlElement
'Usage
Dim instance As ProfilesWebService
Dim returnValue As XmlElement
returnValue = instance.GetAllSiteTerms()
[WebMethodAttribute]
public virtual XmlElement GetAllSiteTerms()
[WebMethodAttribute]
public:
virtual XmlElement^ GetAllSiteTerms()
public function GetAllSiteTerms() : XmlElement
Return Value
Type: System.Xml..::.XmlElement
XML representing all SiteTerms in the profile system.
Remarks
Returns an XML representation of all site terms in 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.