Interface IPropertyValidationSettings
NOTE: This is a pre-release API that is UNSTABLE and might not satisfy the compatibility requirements as denoted by its associated normal version. Interface identifying a property setting as a validation setting.
Inherited Members
Namespace: EPiServer.Validation
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public interface IPropertyValidationSettings : IPropertySettingsProperties
ErrorMessage
Gets or sets the default error message to use for any validation error.
Declaration
string ErrorMessage { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | 
Severity
Indicates the severity that an validation error based on these settings should have.
Declaration
ValidationErrorSeverity Severity { get; set; }Property Value
| Type | Description | 
|---|---|
| ValidationErrorSeverity | 
