Click or drag to resize

PageInfoGetProducts Method (String, VisitQuery)

Note: This API is now obsolete.

Returns the list of products visited by the visitor last time he was on a website.

Namespace:  Dynamicweb.Analytics.Leads.LeadsStatistic
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
[ObsoleteAttribute]
public static IEnumerable<PageInfo> GetProducts(
	string VisitorID,
	VisitQuery filtersQuery
)

Parameters

VisitorID
Type: SystemString
filtersQuery
Type: Dynamicweb.Analytics.Leads.LeadsStatisticVisitQuery

Return Value

Type: IEnumerablePageInfo
Remarks