Click or drag to resize
FormProviderSetBizFormItemData Method
Sets data from visibleFormComponents to given formItem.

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
protected virtual void SetBizFormItemData(
	BizFormItem formItem,
	List<FormComponent> visibleFormComponents
)

Parameters

formItem
Type: CMS.OnlineFormsBizFormItem
Form item to which data is set.
visibleFormComponents
Type: System.Collections.GenericListFormComponent
Collection of visible form components from which to set data inside formItem.
See Also