| IValidationError Interface |
Namespace: CMS.Base
public interface IValidationError
The IValidationError type exposes the following members.
| Name | Description | |
|---|---|---|
| MessageKey |
Gets a key which can be used to retrieve a localized error message.
| |
| MessageParameters |
Gets an array of parameters to be substituted to localized error message.
Returns an empty array when no parameters are available.
|
| Name | Description | |
|---|---|---|
| GetMessage |
Returns a localized message with substituted parameters for validationError.
(Defined by IValidationErrorExtensions.) |