IFormComponentPropertiesMapperGetComponentIdentifier Method |
Namespace: Kentico.Forms.Web.MvcAssembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax string GetComponentIdentifier(
FormFieldInfo formFieldInfo
)
Parameters
- formFieldInfo
- Type: CMS.FormEngineFormFieldInfo
Form field info for which to obtain FormComponentDefinition's identifier.
Return Value
Type:
StringReturn identifier obtained from
formFieldInfo.
Exceptions Exception | Condition |
---|
ArgumentNullException | Thrown when formFieldInfo is null. |
See Also