IABTestManagerGetABTestWithoutWinner 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.OnlineMarketingAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 12.0.0
Syntax ABTestInfo GetABTestWithoutWinner(
TreeNode page
)
Parameters
- page
- Type: CMS.DocumentEngineTreeNode
Page to retrieve an unconclued A/B test for.
Return Value
Type:
ABTestInfoReturns an unconcluded A/B test for the page, or null.
Exceptions See Also