ABTestVariant Class |
Namespace: CMS.OnlineMarketing.Internal
public sealed class ABTestVariant : IABTestVariant
The ABTestVariant type exposes the following members.
Name | Description | |
---|---|---|
ABTestVariant(String, Boolean) |
Initializes a new instance of the ABTestVariant class.
| |
ABTestVariant(Guid, String, Boolean) |
Initializes a new instance of the ABTestVariant class.
|
Name | Description | |
---|---|---|
Guid |
Identifier of a AB test variant.
| |
IsOriginal |
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.
| |
Name |
Name of a AB test variant.
| |
PageBuilderWidgets |
Configuration of page builder widgets in JSON format, associated with this variant.
| |
PageTemplate |
Configuration of page template in JSON format, associated with this variant.
|