Click or drag to resize
UpdatableFormWithConfiguratorsModelBinderResult Class
Represents information about whether the form is being updated and name of the field which triggered the update.
Inheritance Hierarchy
SystemObject
  Kentico.Forms.Web.Mvc.InternalUpdatableFormWithConfiguratorsModelBinderResult

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 UpdatableFormWithConfiguratorsModelBinderResult

The UpdatableFormWithConfiguratorsModelBinderResult type exposes the following members.

Fields
  NameDescription
Public fieldChangedFieldName
Name of the field that triggered the update.
Public fieldIsUpdate
Indicates whether the form is being updated.
Top
See Also