SqlFormControlValidateValue Method |
Validates the given value
Namespace: CMS.FormControlsAssembly: CMS.FormControls (in CMS.FormControls.dll) Version: 8.2.23
Syntax protected bool ValidateValue(
string value,
string originalValue
)
Parameters
- value
- Type: SystemString
Value to validate - originalValue
- Type: SystemString
Original value
Return Value
Type:
BooleanSee Also