Click or drag to resize
ABTestInfoProviderGetABTestInfo Method (String, String)

Note: This API is now obsolete.

Returns AB test with specified name.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IABTestInfoProvider.Get(string, int) instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - ABTestInfo.Provider.")]
public static ABTestInfo GetABTestInfo(
	string abTestName,
	string siteName
)

Parameters

abTestName
Type: SystemString
AB test name
siteName
Type: SystemString
Site name

Return Value

Type: ABTestInfo
See Also