Click or drag to resize
HitsInfoProviderGetHitsInfo Method (Int32, HitsIntervalEnum)
Returns the HitsInfo structure for the specified hits.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 9.0.0
Syntax
C#
public static HitsInfo GetHitsInfo(
	int hitsId,
	HitsIntervalEnum interval
)

Parameters

hitsId
Type: SystemInt32
Hits id
interval
Type: CMS.WebAnalyticsHitsIntervalEnum
Hits interval enumerator

Return Value

Type: HitsInfo
See Also