Click or drag to resize
KenticoFormSectionPropertiesFormControllerIndex Method
Returns a markup of the section properties form.

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> Index(
	string typeIdentifier
)

Parameters

typeIdentifier
Type: SystemString
Section identifier.

Return Value

Type: TaskActionResult
See Also