Click or drag to resize
FormItemEdit Class
View model for rendering Form item edit view.
Inheritance Hierarchy
SystemObject
  Kentico.Forms.Web.MvcFormItemEdit

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

The FormItemEdit type exposes the following members.

Constructors
  NameDescription
Public methodFormItemEdit
Top
Properties
  NameDescription
Public propertyChangesSavedMessage
Specifies whether changes saved message is rendered.
Public propertyFormComponents
Form components with values used to render the form.
Public propertyFormId
Identifier of the form whose record is edited.
Public propertyFormItemId
Identifier of the form record which is edited.
Public propertySendAutoResponderEmail
Specifies whether autoresponder email is sent after form submission.
Public propertySendNotificationEmail
Specifies whether notification email is sent after form submission.
Public propertySubmitUrl
URL for submitting edited form item.
Top
See Also