Click or drag to resize
ShippingOptionNotSetValidationError Class
Represents a validation error resulting from missing shipping option.
Inheritance Hierarchy
SystemObject
  CMS.EcommerceShippingOptionNotSetValidationError

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public class ShippingOptionNotSetValidationError : IValidationError

The ShippingOptionNotSetValidationError type exposes the following members.

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