Click or drag to resize
IRecordedDataFormProvider Interface
Contains methods for forms and their fields retrieval inside Recorded data tab.

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

The IRecordedDataFormProvider type exposes the following members.

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