Click or drag to resize
ABTestConversionDefinition Class
Describes configuration for A/B test conversion type.
Inheritance Hierarchy
SystemObject
  CMS.OnlineMarketingABTestConversionDefinition

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

The ABTestConversionDefinition type exposes the following members.

Constructors
  NameDescription
Public methodABTestConversionDefinition(String, String)
Initializes a new instance of ABTestConversionDefinition.
Public methodABTestConversionDefinition(String, String, ABTestFormControlDefinition)
Initializes a new instance of ABTestConversionDefinition.
Top
Properties
  NameDescription
Public propertyConversionDisplayName
Represents display name of conversion type.
Public propertyConversionName
Represents unique code name of conversion type.
Public propertyDefaultValuePlaceholderText
A placeholder text for the conversion type default value field.
Public propertyFormControlDefinition
Definition of the form control used to pick the object related to conversion type.
Top
See Also