Click or drag to resize
KenticoFormItemControllerEditItem Method
Action renders page for editing or creating form record.

Namespace: Kentico.Forms.Web.Mvc.Internal
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public ActionResult EditItem(
	int formId,
	Nullable<int> itemId
)

Parameters

formId
Type: SystemInt32
Identifier of the form whose record is being edited/created.
itemId
Type: SystemNullableInt32
Identifier of the form record to be edited. If less or equal to 0, new form record is created.

Return Value

Type: ActionResult
See Also