Kentico 12 Service Pack API Reference
Kentico 12 Service Pack API Reference
Namespaces
CMS Namespaces
CMS.OnlineMarketing Namespaces
CMS.OnlineMarketing
CachedABTestManager Class
CachedABTestManager Methods
AddVariant Method
CreateABTest Method
GetABTestWithoutWinner Method
GetRunningABTest Method
GetVariants Method
PromoteVariant Method
RemoveVariant Method
RenameVariant Method
UpdateVariant Method
CachedABTestManager
GetRunningABTest Method
Gets A/B test for
page
which is still running. Returns null if no running A/B is available for the page. Results of this method are cached.
Namespace:
CMS.OnlineMarketing
Assembly:
CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 12.0.0
Syntax
C#
Copy
public
ABTestInfo
GetRunningABTest
(
TreeNode
page
)
Parameters
page
Type:
CMS.DocumentEngine
TreeNode
Page to retrieve running A/B test for.
Return Value
Type:
ABTestInfo
Returns running A/B test for the page, or null.
Implements
IABTestManager
GetRunningABTest(TreeNode)
Exceptions
Exception
Condition
ArgumentNullException
Thrown when
page
is null.
See Also
Reference
CachedABTestManager Class
CMS.OnlineMarketing Namespace
Copyright (c) 2019 Kentico Software
Send comments on this topic to
support@kentico.com