Click or drag to resize
StatisticsInfoProviderSetStatisticsInfo Method

Note: This API is now obsolete.

Sets (updates or inserts) specified statistics.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IStatisticsInfoProvider.Set(StatisticsInfo) instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - StatisticsInfo.Provider.")]
public static void SetStatisticsInfo(
	StatisticsInfo statistics
)

Parameters

statistics
Type: CMS.WebAnalyticsStatisticsInfo
Statistics to set
See Also