BasicFormDisplayErrorLabel Method |
Displays error label.
Namespace: CMS.FormControlsAssembly: CMS.FormControls (in CMS.FormControls.dll) Version: 8.2.23
Syntax public bool DisplayErrorLabel(
string name,
string validationResult
)
Parameters
- name
- Type: SystemString
Name of the field - validationResult
- Type: SystemString
Error text
Return Value
Type:
BooleanTRUE if the error label should be displayed
See Also