Click or drag to resize
CustomerInfoGetPreferences Method
Gets customer's preferences on the site specified by site parameter.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
public CustomerPreferences GetPreferences(
	SiteInfoIdentifier site
)

Parameters

site
Type: CMS.DataEngineSiteInfoIdentifier
Identifier of the site for which the preferences are obtained.

Return Value

Type: CustomerPreferences
Customer's preferences on given site. Returns Unknown when preferences not found.
See Also