Click or drag to resize
ABTestConversionConfiguration Constructor
Initializes a new instance of ABTestConversionConfiguration class.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 12.0.0
Syntax
C#
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