Click or drag to resize
IABTestVariant Interface
Describes A/B test variant object.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 12.0.0
Syntax
C#
public interface IABTestVariant

The IABTestVariant type exposes the following members.

Properties
  NameDescription
Public propertyGuid
Gets the identifier of a A/B test variant.
Public propertyIsOriginal
Indicates whether this A/B test variant is original variant.
Public propertyName
Gets the name of a A/B 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