Click or drag to resize
ABTestUIVariantHelper Class
Helps with the A/B test variants in the Pages application UI.
Inheritance Hierarchy
SystemObject
  CMS.BaseCoreMethods
    CMS.BaseAbstractHelper
      CMS.BaseAbstractHelperABTestUIVariantHelper
        CMS.OnlineMarketing.Web.UIABTestUIVariantHelper

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

The ABTestUIVariantHelper type exposes the following members.

Constructors
  NameDescription
Public methodABTestUIVariantHelper
Top
Methods
  NameDescription
Public methodStatic memberGetPersistentVariantIdentifier
Gets identifier of the A/B variant (original is considered to be an A/B variant as well) persisted for usage in the UI for given node. If null then no variant was persisted for the given node.
Protected methodGetPersistentVariantIdentifierInternal
Gets identifier of the A/B variant (original is considered to be an A/B variant as well) persisted for usage in the UI for given node. If null then no variant was persisted for the given node.
Public methodStatic memberRemovePersistentVariantIdentifier
Removes persisted variant identifier for given pageId.
Protected methodRemovePersistentVariantIdentifierInternal
Removes persisted variant identifier for given pageId.
Public methodSetAsDefaultHelper
Sets this object as the default helper
(Inherited from AbstractHelperHelperType.)
Public methodStatic memberSetPersistentVariantIdentifier
Persists identifier of the A/B variant to be displayed in Pages UI for given node.
Protected methodSetPersistentVariantIdentifierInternal
Persists identifier of the A/B variant to be displayed in Pages UI for given node.
Top
See Also