LayoutTemplateGetFieldName Method |
Gets the name for the given field.
Namespace: CMS.FormControlsAssembly: CMS.FormControls (in CMS.FormControls.dll) Version: 8.2.23
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