Click or drag to resize
ABTestFormControlDefinition Constructor (String, 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(
	string formControlName,
	string formControlCaption,
	IDictionary<string, Object> formControlParameters = null
)

Parameters

formControlName
Type: SystemString
Name 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 formControlName.
See Also