Click or drag to resize
BasicFormDisplayErrorLabel Method
Displays error label.

Namespace: CMS.FormControls
Assembly: CMS.FormControls (in CMS.FormControls.dll) Version: 8.2.23
Syntax
C#
public bool DisplayErrorLabel(
	string name,
	string validationResult
)

Parameters

name
Type: SystemString
Name of the field
validationResult
Type: SystemString
Error text

Return Value

Type: Boolean
TRUE if the error label should be displayed
See Also