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

Namespace: CMS.FormEngine.Web.UI
Assembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 10.0.0
Syntax
C#
protected virtual void RegisterErrorLabel(
	FormErrorLabel child,
	string fieldName
)

Parameters

child
Type: CMS.FormEngine.Web.UIFormErrorLabel
Control to be registered
fieldName
Type: SystemString
Field name
See Also