Click or drag to resize

PageInfoGetData Method (String, VisitQuery, FuncShopItemIdentity, PageInfoGroupInfo)

Returns the list of pages visited by the visitor last time he/she was on a website.

Namespace:  Dynamicweb.Analytics.Leads.LeadsStatistic
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public static IEnumerable<PageInfo> GetData(
	string VisitorID,
	VisitQuery FiltersQuery,
	Func<ShopItemIdentity, PageInfoGroupInfo> getGroupInfo
)

Parameters

VisitorID
Type: SystemString
FiltersQuery
Type: Dynamicweb.Analytics.Leads.LeadsStatisticVisitQuery
getGroupInfo
Type: SystemFuncShopItemIdentity, PageInfoGroupInfo

Return Value

Type: IEnumerablePageInfo
Remarks