ABTestConversionConfiguration Constructor |
Namespace: CMS.OnlineMarketingAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 13.0.131
Syntax public ABTestConversionConfiguration(
ABTestInfo abTest,
string conversionConfig
)
Parameters
- abTest
- Type: CMS.OnlineMarketingABTestInfo
Parent A/B Test object.
If null value is provided, then this object has to be manually serialized into ABTestInfo backing DB field. - conversionConfig
- Type: SystemString
Serialized ABTestConversionConfiguration object.
See Also