| 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: 13.0.131
 Syntax
Syntaxprotected virtual string GetFieldName(
	string parent,
	string fieldName
)
Parameters
- parent
- Type: SystemString
 Parent field name
- fieldName
- Type: SystemString
 Field name
Return Value
Type: 
String See Also
See Also