Click or drag to resize
CMSABTestOverviewPageGetConversionCondition Method
Returns where condition which specifies selected conversion.

Namespace: CMS.OnlineMarketing.Web.UI
Assembly: CMS.OnlineMarketing.Web.UI (in CMS.OnlineMarketing.Web.UI.dll) Version: 12.0.0
Syntax
C#
protected string GetConversionCondition(
	string conversion,
	IEnumerable<string> testConversions
)

Parameters

conversion
Type: SystemString
CSS class to change parent to
testConversions
Type: System.Collections.GenericIEnumerableString
All names of conversions assigned to the AB test

Return Value

Type: String
See Also