Click or drag to resize
ABTestHelperGetABTestPage Method
Gets the latest version of a page for the 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#
public static TreeNode GetABTestPage(
	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