Click or drag to resize
KenticoFormBuilderPropertiesPanelController Methods

The KenticoFormBuilderPropertiesPanelController type exposes the following members.

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 methodGetPropertiesMarkup
Action for retrieving form component's properties markup. The FormComponentConfiguration for which the panel is to be rendered is in the request body.
Public methodGetValidationRuleConfigurationMarkup
Gets markup for configuring ValidationRule.
Public methodGetVisibilityConditionConfigurationMarkup
Gets markup for configuring visibility condition.
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.)
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.)
Public methodValidateProperties
Validates form component properties.
Public methodValidateValidationRuleConfiguration
Validates whether ValidationRule is configured correctly.
Public methodValidateVisibilityConditionConfiguration
Validates data sent for configuring VisibilityCondition.
Top
See Also