LayoutTemplateGetFieldName Method |
Gets the name for the given field.
Namespace: CMS.FormEngine.Web.UIAssembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 12.0.0
Syntax protected virtual string GetFieldName(
string parent,
string fieldName
)
Parameters
- parent
- Type: SystemString
Parent field name - fieldName
- Type: SystemString
Field name
Return Value
Type:
StringSee Also