Xperience 13 API Reference
Xperience 13 API Reference
Namespaces
CMS Namespaces
CMS.OnlineMarketing Namespaces
CMS.OnlineMarketing
ABTestManager Class
ABTestManager Methods
AddVariant Method
CreateABTest Method
GetABTestWithoutWinner Method
GetRunningABTest Method
GetVariants Method
PromoteVariant Method
RemoveVariant Method
RenameVariant Method
UpdateVariant Method
ABTestManager
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: 13.0.131
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
ABTestManager Class
CMS.OnlineMarketing Namespace
Copyright (c) 2023 Kentico Software
Send comments on this topic to
support@kentico.com