Click or drag to resize
KenticoFormBuilderConfigurationControllerGet Method
Gets configuration of a form edited by Form builder.

Namespace: Kentico.Forms.Web.Mvc.Internal
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public ContentResult Get(
	int formId
)

Parameters

formId
Type: SystemInt32
ID of the form being edited.

Return Value

Type: ContentResult
See Also