Click or drag to resize
ABTestHelperGetABTestPageInternal Method
Gets the latest version of a page for given abTest. Site and culture of the A/B test has to match site and culture of the page.

Namespace: CMS.OnlineMarketing.Internal
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 12.0.0
Syntax
C#
protected virtual TreeNode GetABTestPageInternal(
	ABTestInfo abTest
)

Parameters

abTest
Type: CMS.OnlineMarketingABTestInfo
A/B test to get the page for.

Return Value

Type: TreeNode
Found page.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if abTest is null.
See Also