Click or drag to resize
IFormProvider Interface
Contains methods for forms and their fields retrieval.

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public interface IFormProvider

The IFormProvider type exposes the following members.

Methods
  NameDescription
Public methodGetFormComponents
Gets a list of form components as configured in bizFormInfo.
Public methodSendEmails
Sends notification and autoresponder emails if the form is configured to do so.
Public methodSetFormData
Sets data of a form represented by a list of its components.
Public methodUpdateFormData
Updates form data of already existing BizFormItem.
Top
See Also