Click or drag to resize
KenticoFormBuilderConfigurationController Class
Provides endpoints for retrieving and storing the Form builder components configuration.
Inheritance Hierarchy
SystemObject
  ControllerBase
    Controller
      Kentico.Web.Mvc.InternalControllerProxy
        Kentico.Forms.Web.Mvc.InternalKenticoFormBuilderConfigurationController

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 KenticoFormBuilderConfigurationController : ControllerProxy

The KenticoFormBuilderConfigurationController type exposes the following members.

Constructors
  NameDescription
Public methodKenticoFormBuilderConfigurationController
Initializes a new instance of the KenticoFormBuilderConfigurationController class.
Top
Methods
  NameDescription
Protected methodBadRequest
Creates an HttpStatusCodeResult that produces a BadRequest response.
(Inherited from ControllerProxy.)
Protected methodForbid
Creates an HttpStatusCodeResult that produces a Forbidden response.
(Inherited from ControllerProxy.)
Public methodGet
Gets configuration of a form edited by Form builder.
Public methodGetFormSectionDefaultProperties
Gets default properties for a form section type.
Protected methodJson
Creates an ContentResult that produces a response with content type 'application/json'.
(Inherited from ControllerProxy.)
Protected methodNotFound
Creates an HttpStatusCodeResult that produces a NotFound response.
(Inherited from ControllerProxy.)
Public methodSet
Sets configuration of a form edited by Form builder.
Protected methodStatusCode
Creates an HttpStatusCodeResult by specifying a statusCode.
(Inherited from ControllerProxy.)
Protected methodUnauthorized
Creates an HttpStatusCodeResult that produces a Unauthorized response.
(Inherited from ControllerProxy.)
Top
See Also