Click or drag to resize
FormItemSubmitBindingModel Class
Model used for body binding in Submit(FormItemSubmitBindingModel, Boolean) action.
Inheritance Hierarchy
SystemObject
  Kentico.Forms.Web.Mvc.InternalFormItemSubmitBindingModel

Namespace: Kentico.Forms.Web.Mvc.Internal
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public class FormItemSubmitBindingModel

The FormItemSubmitBindingModel type exposes the following members.

Constructors
  NameDescription
Public methodFormItemSubmitBindingModel
Top
Properties
  NameDescription
Public propertyFormId
Identifier of the submitted form.
Public propertyFormItemId
Identifier of the form record to be edited.
Public propertySendAutoResponderEmail
If true auto responder email is sent.
Public propertySendNotificationEmail
If true notification email is sent.
Top
See Also