Click or drag to resize
StatisticsInfoProviderGetStatisticsInfo Method

Note: This API is now obsolete.

Returns the StatisticsInfo structure for the specified statistics.

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

Parameters

statisticsId
Type: SystemInt32
Statistics id

Return Value

Type: StatisticsInfo
See Also