Click or drag to resize
HitsWeekInfoProviderDeleteHitsWeekInfo Method (IWhereCondition)
Deletes HitsWeekInfo with specified where condition.

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

Parameters

where
Type: CMS.DataEngineIWhereCondition
Where condition to use.
See Also