Click or drag to resize
IFormComponentPropertiesMapperGetComponentIdentifier Method
Gets FormComponentDefinition identifier stored in formFieldInfo.

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
string GetComponentIdentifier(
	FormFieldInfo formFieldInfo
)

Parameters

formFieldInfo
Type: CMS.FormEngineFormFieldInfo
Form field info for which to obtain FormComponentDefinition's identifier.

Return Value

Type: String
Return identifier obtained from formFieldInfo.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when formFieldInfo is null.
See Also