Click or drag to resize
ABTestConfigurationSerializer Constructor (IEventLogService)
Initializes a new instance of an ABTestConfigurationSerializer.

Namespace: CMS.OnlineMarketing.Internal
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 13.0.131
Syntax
C#
public ABTestConfigurationSerializer(
	IEventLogService eventLogService
)

Parameters

eventLogService
Type: CMS.CoreIEventLogService
Service for logging events.
See Also