Kentico 12 Service Pack API Reference
Kentico 12 Service Pack API Reference
Namespaces
Kentico Namespaces
Kentico.Forms Namespaces
Kentico.Forms.Web.Mvc
IFormComponentPropertiesMapper Interface
IFormComponentPropertiesMapper Methods
FromFieldInfo Method
GetComponentIdentifier Method
ToFormFieldInfo Method
IFormComponentPropertiesMapper
GetComponentIdentifier 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#
Copy
string
GetComponentIdentifier
(
FormFieldInfo
formFieldInfo
)
Parameters
formFieldInfo
Type:
CMS.FormEngine
FormFieldInfo
Form field info for which to obtain
FormComponentDefinition
's identifier.
Return Value
Type:
String
Return identifier obtained from
formFieldInfo
.
Exceptions
Exception
Condition
ArgumentNullException
Thrown when
formFieldInfo
is null.
See Also
Reference
IFormComponentPropertiesMapper Interface
Kentico.Forms.Web.Mvc Namespace
Copyright (c) 2019 Kentico Software
Send comments on this topic to
support@kentico.com