Click or drag to resize
FormProviderSetContact Method
Sets the current contact identifier to given item.

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
protected internal void SetContact(
	FormInfo formInfo,
	BizFormItem item,
	Guid contactGuid
)

Parameters

formInfo
Type: CMS.FormEngineFormInfo
item
Type: CMS.OnlineFormsBizFormItem
contactGuid
Type: SystemGuid
See Also