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: 12.0.0
Syntax
C#
public HttpResponseMessage Get(
	int formId
)

Parameters

formId
Type: SystemInt32
ID of the form being edited.

Return Value

Type: HttpResponseMessage
See Also