Click or drag to resize
ABTestInfoProviderGetABTestInfo Method

Note: This API is now obsolete.

Returns abtest with specified ID.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IABTestInfoProvider.Get(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(
	int abtestId
)

Parameters

abtestId
Type: SystemInt32
Abtest ID.

Return Value

Type: ABTestInfo
See Also