Click or drag to resize
LayoutTemplateGetFieldName Method
Gets the name for the given field.

Namespace: CMS.FormControls
Assembly: CMS.FormControls (in CMS.FormControls.dll) Version: 9.0.0
Syntax
C#
protected 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