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.InternalAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 12.0.0
Syntax protected virtual TreeNode GetABTestPageInternal(
ABTestInfo abTest
)
Parameters
- abTest
- Type: CMS.OnlineMarketingABTestInfo
A/B test to get the page for.
Return Value
Type:
TreeNodeFound page.
Exceptions See Also