Click or drag to resize
StatisticsInfoProviderSetStatisticsInfoInternal Method
Sets (updates or inserts) specified statistics.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 9.0.0
Syntax
C#
protected virtual void SetStatisticsInfoInternal(
	StatisticsInfo statistics
)

Parameters

statistics
Type: CMS.WebAnalyticsStatisticsInfo
Statistics to set
See Also