Click or drag to resize
ABTestHelper Methods

The ABTestHelper type exposes the following members.

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