Click or drag to resize
BasicForm.DisplayErrorLabel Method
Displays error label.

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

Parameters

name
Type: System.String
Name of the field
validationResult
Type: System.String
Error text

Return Value

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