Click or drag to resize
StatisticsInfoProviderRemoveAnalyticsData Method
Removes analytics data for specified parameters

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 9.0.0
Syntax
C#
public static void RemoveAnalyticsData(
	DateTime from,
	DateTime to,
	int siteId,
	string where
)

Parameters

from
Type: SystemDateTime
From date
to
Type: SystemDateTime
To date
siteId
Type: SystemInt32
Site id. If is 0, data from all sites are removed
where
Type: SystemString
Where condition, if no all data to be deleted
See Also