Click or drag to resize
KenticoFormBuilderPropertiesPanelControllerGetPropertiesMarkup Method
Action for retrieving form component's properties markup. The FormComponentConfiguration for which the panel is to be rendered is in the request body.

Namespace: Kentico.Forms.Web.Mvc.Internal
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public Task<ActionResult> GetPropertiesMarkup(
	int formId
)

Parameters

formId
Type: SystemInt32
Identifier of a BizFormInfo where form component is used.

Return Value

Type: TaskActionResult
See Also