Click or drag to resize
ABTestManagerGetABTestWithoutWinner Method
Gets A/B test without a winner for a given page. Returns null if no A/B test is associated with the page or associated A/B test has a winner.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 12.0.0
Syntax
C#
public ABTestInfo GetABTestWithoutWinner(
	TreeNode page
)

Parameters

page
Type: CMS.DocumentEngineTreeNode
Page to retrieve an unconclued A/B test for.

Return Value

Type: ABTestInfo
Returns an unconcluded A/B test for the page, or null.

Implements

IABTestManagerGetABTestWithoutWinner(TreeNode)
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when page is null.
See Also