ABTestConversionDefinition Constructor (String, String, ABTestFormControlDefinition) |
Namespace: CMS.OnlineMarketingAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 12.0.0
Syntax public ABTestConversionDefinition(
string conversionName,
string conversionDisplayName,
ABTestFormControlDefinition formControlDefinition
)
Parameters
- conversionName
- Type: SystemString
Unique code name of conversion type. - conversionDisplayName
- Type: SystemString
Display name of conversion type. - formControlDefinition
- Type: CMS.OnlineMarketingABTestFormControlDefinition
Form control definition used to pick the object related to conversion type.
Exceptions See Also