Click or drag to resize
SqlFormControlValidateValue Method
Validates the given value

Namespace: CMS.FormControls
Assembly: CMS.FormControls (in CMS.FormControls.dll) Version: 8.2.23
Syntax
C#
protected bool ValidateValue(
	string value,
	string originalValue
)

Parameters

value
Type: SystemString
Value to validate
originalValue
Type: SystemString
Original value

Return Value

Type: Boolean
See Also