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

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 12.0.0
Syntax
C#
public ABTestManager(
	IABTestConfigurationSerializer serializer
)

Parameters

serializer
Type: CMS.OnlineMarketing.InternalIABTestConfigurationSerializer
Serializes the ABTestConfiguration.
See Also