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

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
protected virtual void SetABTestInfoInternal(
	ABTestInfo abTestObj
)

Parameters

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