Click or drag to resize
IValidationError Interface
Represents an error resulting from a validation.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax
C#
public interface IValidationError

The IValidationError type exposes the following members.

Properties
  NameDescription
Public propertyMessageKey
Gets a key which can be used to retrieve a localized error message.
Public propertyMessageParameters
Gets an array of parameters to be substituted to localized error message. Returns an empty array when no parameters are available.
Top
Extension Methods
  NameDescription
Public Extension MethodGetMessage
Returns a localized message with substituted parameters for validationError.
(Defined by IValidationErrorExtensions.)
Top
See Also