IABTestManagerGetRunningABTest Method |
Gets A/B test for page which is still running.
Returns null if no running A/B is available for the page.
Namespace: CMS.OnlineMarketingAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 12.0.0
Syntax ABTestInfo GetRunningABTest(
TreeNode page
)
Parameters
- page
- Type: CMS.DocumentEngineTreeNode
Page to retrieve running A/B test for.
Return Value
Type:
ABTestInfoReturns running A/B test for the page, or null.
Exceptions See Also