Click or drag to resize
ABTestHelper Class
Contains A/B test helper methods.
Inheritance Hierarchy
SystemObject
  CMS.BaseCoreMethods
    CMS.BaseAbstractHelper
      CMS.BaseAbstractHelperABTestHelper
        CMS.OnlineMarketing.InternalABTestHelper

Namespace: CMS.OnlineMarketing.Internal
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 12.0.0
Syntax
C#
public class ABTestHelper : AbstractHelper<ABTestHelper>

The ABTestHelper type exposes the following members.

Constructors
  NameDescription
Public methodABTestHelper
Top
Methods
  NameDescription
Public methodStatic memberGetABTestPage
Gets the latest version of a page for the given abTest. Site and culture of the A/B test has to match site and culture of the page.
Protected methodGetABTestPageInternal
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.
Public methodStatic memberGetUsersTests
Gets names of the current user's A/B tests.
Protected methodGetUsersTestsInternal
Gets names of the current user's A/B tests.
Public methodStatic memberGetValidVariants
Returns collection with variant identifiers of A/B tests, which are running and in which the current user is included.
Protected methodGetValidVariantsInternal
Returns collection with variant identifiers of A/B tests, which are running and in which the current user is included.
Public methodSetAsDefaultHelper
Sets this object as the default helper
(Inherited from AbstractHelperHelperType.)
Top
See Also