ABTestFormControlDefinition Constructor (String, String, IDictionaryString, Object) |
Namespace: CMS.OnlineMarketingAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 12.0.0
Syntax 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