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

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 9.0.0
Syntax
C#
public HitsYearInfo(
	DataRow dr
)

Parameters

dr
Type: System.DataDataRow
DataRow with the object data.
See Also