Click or drag to resize

StatisticsGetDownloadedFilesData Method

Returns the list of files downloaded 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<string> GetDownloadedFilesData(
	string visitorID,
	VisitQuery filtersQuery
)

Parameters

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

Return Value

Type: IEnumerableString
Remarks