Click or drag to resize
ABTestFormControlDefinition Constructor (Type, String, IDictionaryString, Object)
Initializes a new instance of ABTestFormControlDefinition.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 12.0.0
Syntax
C#
public ABTestFormControlDefinition(
	Type formControlType,
	string formControlCaption,
	IDictionary<string, Object> formControlParameters = null
)

Parameters

formControlType
Type: SystemType
Type of the form control used to pick the object related to conversion type.
formControlCaption
Type: SystemString
Caption shown as label above the form control used to pick the object related to conversion type.
formControlParameters (Optional)
Type: System.Collections.GenericIDictionaryString, Object
Parameters which allow customization of form control defined by formControlType.
See Also