StatisticsInfoProviderRemoveAnalyticsDataInternal Method |
Removes analytics data for specified parameters
Namespace: CMS.WebAnalyticsAssembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 12.0.0
Syntax protected virtual void RemoveAnalyticsDataInternal(
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