CustomerInfoProviderGetCustomerUserSiteInfo Method |
Returns UserSiteInfo object for specified customer on given site.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax public static UserSiteInfo GetCustomerUserSiteInfo(
int customerId,
int siteId
)
Parameters
- customerId
- Type: SystemInt32
ID of the customer to get UserSite info for - siteId
- Type: SystemInt32
ID of the site
Return Value
Type:
UserSiteInfoSee Also