Click or drag to resize
HitsInfo Constructor (DataRow, HitsIntervalEnum)
Constructor - Creates a new HitsInfo object from the given DataRow.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 13.0.131
Syntax
C#
public HitsInfo(
	DataRow dr,
	HitsIntervalEnum interval
)

Parameters

dr
Type: System.DataDataRow
interval
Type: CMS.WebAnalyticsHitsIntervalEnum
See Also