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

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

The KenticoFormBuilderConfigurationController type exposes the following members.

Constructors
  NameDescription
Public methodKenticoFormBuilderConfigurationController
Initializes a new instance of the KenticoFormBuilderConfigurationController class.
Top
Methods
  NameDescription
Public methodGet
Gets configuration of a form edited by Form builder.
Public methodSet
Sets configuration of a form edited by Form builder.
Top
See Also