Click or drag to resize
CMSABTestOverviewPageDataAvailable Method
Checks whether there is test data for filters specified by the user.

Namespace: CMS.OnlineMarketing.Web.UI
Assembly: CMS.OnlineMarketing.Web.UI (in CMS.OnlineMarketing.Web.UI.dll) Version: 13.0.131
Syntax
C#
protected bool DataAvailable(
	IEnumerable<ABVariantStatisticsData> statisticsData,
	string successMetric
)

Parameters

statisticsData
Type: System.Collections.GenericIEnumerableABVariantStatisticsData
Statistics data
successMetric
Type: SystemString
Success metric

Return Value

Type: Boolean
See Also