Click or drag to resize
ABTestFormControlDefinition Class
Describes configuration of the form control used to pick the object related to A/B test conversion type.
Inheritance Hierarchy
SystemObject
  CMS.OnlineMarketingABTestFormControlDefinition

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

The ABTestFormControlDefinition type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyFormControlCaption
Caption shown above the form control used to pick the object related to conversion type.
Public propertyFormControlName
Name of the form control used to pick the object related to conversion type.
Public propertyFormControlParameters
Parameters which allow customization of form control defined by FormControlName.
Public propertyFormControlType
Type of the form control used to pick the object related to conversion type.
Top
See Also