| StatisticsInfoProviderRemoveAnalyticsDataAsync Method | 
            Removes analytics data for specified parameters
            
 
Namespace: CMS.WebAnalyticsAssembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 8.2.23
 Syntax
Syntaxpublic static void RemoveAnalyticsDataAsync(
	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
See Also