Click or drag to resize
ABTestInfoProviderSetABTestInfo Method
Sets (updates or inserts) specified AB test.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 10.0.0
Syntax
C#
public static void SetABTestInfo(
	ABTestInfo abTestObj
)

Parameters

abTestObj
Type: CMS.OnlineMarketingABTestInfo
AB test to be set
See Also