Click or drag to resize
LayoutTemplateRegisterErrorLabel Method
Registers error label for specified field in BasicForm.

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

Parameters

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