Click or drag to resize
CustomerInfoCustomerIsOnSite Method
Returns true if customer is anonymous on current site or has login on current site.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax
C#
public bool CustomerIsOnSite(
	int siteID
)

Parameters

siteID
Type: SystemInt32

Return Value

Type: Boolean
See Also