Click or drag to resize
ABTestVariant Class
Represents single AB test variant.
Inheritance Hierarchy
SystemObject
  CMS.OnlineMarketing.InternalABTestVariant

Namespace: CMS.OnlineMarketing.Internal
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 12.0.0
Syntax
C#
public sealed class ABTestVariant : IABTestVariant

The ABTestVariant type exposes the following members.

Constructors
  NameDescription
Public methodABTestVariant(String, Boolean)
Initializes a new instance of the ABTestVariant class.
Public methodABTestVariant(Guid, String, Boolean)
Initializes a new instance of the ABTestVariant class.
Top
Properties
  NameDescription
Public propertyGuid
Identifier of a AB test variant.
Public propertyIsOriginal
Indicates whether this AB test variant is original. In case of IsOriginal variant, data associated to this variant are loaded from respective properties of DocumentCultureDataInfo.
Public propertyName
Name of a AB test variant.
Public propertyPageBuilderWidgets
Configuration of page builder widgets in JSON format, associated with this variant.
Public propertyPageTemplate
Configuration of page template in JSON format, associated with this variant.
Top
See Also