Click or drag to resize
ABTestInfoProviderGetABTestInfoInternal Method (Int32)
Returns AB test with specified ID.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
protected virtual ABTestInfo GetABTestInfoInternal(
	int abTestId
)

Parameters

abTestId
Type: SystemInt32
AB test ID

Return Value

Type: ABTestInfo
See Also