Click or drag to resize

PageInfoGetData Method (String, VisitQuery)

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
)

Parameters

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

Return Value

Type: IEnumerablePageInfo
Remarks