Click or drag to resize
ABTestConversionDefinition Constructor (String, String, ABTestFormControlDefinition)
Initializes a new instance of ABTestConversionDefinition.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 12.0.0
Syntax
C#
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
ExceptionCondition
ArgumentExceptionconversionName or conversionDisplayName is null or empty, or conversionName is not a valid code name (IsCodeName(Object, Boolean)).
ArgumentNullExceptionformControlDefinition is null.
See Also