Click or drag to resize
StatisticsInfoProviderDeleteStatisticsInfo Method (String)
Deletes all statistics with specified code name.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 9.0.0
Syntax
C#
public static void DeleteStatisticsInfo(
	string statisticsCode
)

Parameters

statisticsCode
Type: SystemString
Statistics code name
See Also