Click or drag to resize
ActivityTrackingHelperGetContactID Method
Returns contact ID for particular customer.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static int GetContactID(
	CustomerInfo cust,
	int siteId
)

Parameters

cust
Type: CMS.EcommerceCustomerInfo
Customer
siteId
Type: SystemInt32
Site ID

Return Value

Type: Int32
See Also