Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Retrieves all site terms from the server.
Namespace: Microsoft.CommerceServer.Profiles
Assembly: Microsoft.CommerceServer.Profiles.CrossTierTypes (in Microsoft.CommerceServer.Profiles.CrossTierTypes.dll)
Syntax
'Declaration
Public Function GetAllSiteTerms As XmlElement
'Usage
Dim instance As ProfileManagementContext
Dim returnValue As XmlElement
returnValue = instance.GetAllSiteTerms()
public XmlElement GetAllSiteTerms()
public:
XmlElement^ GetAllSiteTerms()
public function GetAllSiteTerms() : XmlElement
Return Value
Type: System.Xml..::.XmlElement
XML representation of all site terms in the profile system.
Exceptions
Exception | Condition |
---|---|
AuthenticationException | User has not been authenticated. |
NotAuthorizedException | User is not authorized to perform this task. |
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.
See Also
Reference
ProfileManagementContext Class