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
GetABTestWithoutWinner 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#
Copy
public
ABTestInfo
GetABTestWithoutWinner
(
TreeNode
page
)
Parameters
page
Type:
CMS.DocumentEngine
TreeNode
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
IABTestManager
GetABTestWithoutWinner(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