Click or drag to resize
CMSABTestOverviewPageGetHits Method
Returns hits for specified codename.

Namespace: CMS.OnlineMarketing.Web.UI
Assembly: CMS.OnlineMarketing.Web.UI (in CMS.OnlineMarketing.Web.UI.dll) Version: 12.0.0
Syntax
C#
protected DataRow GetHits(
	string codename,
	string columns,
	string culture,
	string where = null
)

Parameters

codename
Type: SystemString
Statistics codename
columns
Type: SystemString
Selected columns
culture
Type: SystemString
Culture
where (Optional)
Type: SystemString
Additional where condition

Return Value

Type: DataRow
See Also