Click or drag to resize
HitsYearInfoProvider.DeleteHitsYearInfo Method (IWhereCondition)
Deletes HitsYearInfo with specified where condition.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 13.0.131
Syntax
C#
public static void DeleteHitsYearInfo(
	IWhereCondition where
)

Parameters

where
Type: CMS.DataEngine.IWhereCondition
Where condition to use.
See Also