Click or drag to resize
ABTestNameHelper Class
Contains helper method for default A/B test naming.
Inheritance Hierarchy
SystemObject
  CMS.BaseCoreMethods
    CMS.BaseAbstractHelper
      CMS.BaseAbstractHelperABTestNameHelper
        CMS.OnlineMarketingABTestNameHelper

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

The ABTestNameHelper type exposes the following members.

Constructors
  NameDescription
Public methodABTestNameHelper
Top
Methods
  NameDescription
Public methodStatic memberGetDefaultDisplayName
Gets display name to be used when initializing a new A/B test for a page.
Protected methodGetDefaultDisplayNameInternal
Gets display name to be used when initializing a new A/B test for a page.
Public methodSetAsDefaultHelper
Sets this object as the default helper
(Inherited from AbstractHelperHelperType.)
Top
See Also