CMSABTestOverviewPageGetHits Method |
Returns hits for specified codename.
Namespace: CMS.OnlineMarketing.Web.UIAssembly: CMS.OnlineMarketing.Web.UI (in CMS.OnlineMarketing.Web.UI.dll) Version: 12.0.0
Syntax 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:
DataRowSee Also