Namespace Umbraco.Cms.Core.PropertyEditors.Validators
Classes
DateTimeValidator
Used to validate if the value is a valid date/time
DecimalValidator
A validator that validates that the value is a valid decimal
DelimitedValueValidator
A validator that validates a delimited set of values against a common regex
DelimitedValueValidatorConfig
EmailValidator
A validator that validates an email address
IntegerValidator
A validator that validates that the value is a valid integer
RegexValidator
A validator that validates that the value against a regular expression.
RequiredValidator
A validator that validates that the value is not null or empty (if it is a string)