Click or drag to resize
IValidatorValidate Method
Performs validation on this validator. The validation result is returned and can be later retrieved via IsValid property. When validation fails, an enumeration of errors associated with the validation is available in Errors.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax
C#
bool Validate()

Return Value

Type: Boolean
Returns a value indicating whether validation succeeded.
See Also