CMSABTestOverviewPageGetConversionCondition Method |
Returns where condition which specifies selected conversion.
Namespace: CMS.OnlineMarketing.Web.UIAssembly: CMS.OnlineMarketing.Web.UI (in CMS.OnlineMarketing.Web.UI.dll) Version: 13.0.131
Syntax 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:
StringSee Also