Click or drag to resize
BasicFormDisplayErrorLabel Method
Displays error label.

Namespace: CMS.FormEngine.Web.UI
Assembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 10.0.0
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