Click or drag to resize
LayoutTemplateRegisterLabel Method
Registers info label for specified control.

Namespace: CMS.FormControls
Assembly: CMS.FormControls (in CMS.FormControls.dll) Version: 9.0.0
Syntax
C#
protected virtual void RegisterLabel(
	FormLabel child,
	string fieldName
)

Parameters

child
Type: CMS.FormControlsFormLabel
Control to be registered
fieldName
Type: SystemString
Field name
See Also