Click or drag to resize
ABTestInfoProviderSetABTestInfo Method

Note: This API is now obsolete.

Sets (updates or inserts) specified abtest.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IABTestInfoProvider.Set(ABTestInfo) instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - ABTestInfo.Provider.")]
public static void SetABTestInfo(
	ABTestInfo abtestObj
)

Parameters

abtestObj
Type: CMS.NewslettersABTestInfo
Abtest to be set.
See Also