ABTestConversionDefinition Constructor (String, String, ABTestFormControlDefinition) |
Namespace: CMS.OnlineMarketingAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 13.0.131
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 Exception | Condition |
---|
ArgumentException | conversionName or conversionDisplayName is null or empty, or conversionName is not a valid code name (IsCodeName(Object, Boolean)). |
ArgumentNullException | formControlDefinition is null. |
See Also