Click or drag to resize
SKUDisabledOrExpiredValidationError Class
Represents a validation error resulting from having a disabled or expired item in cart.
Inheritance Hierarchy

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

The SKUDisabledOrExpiredValidationError type exposes the following members.

Constructors
  NameDescription
Public methodSKUDisabledOrExpiredValidationError
Creates instance of SKUDisabledOrExpiredValidationError.
Top
Fields
  NameDescription
Protected fieldmMessageKey
Key which can be used to retrieve a localized error message.
(Inherited from ShoppingCartItemValidationError.)
Top
Properties
  NameDescription
Public propertyMessageKey
Gets a key which can be used to retrieve a localized error message.
(Inherited from ShoppingCartItemValidationError.)
Public propertyMessageParameters
Returns array with SKU name key.
(Inherited from ShoppingCartItemValidationError.)
Public propertySKUId
SKU Id of product associated with the error.
(Inherited from ShoppingCartItemValidationError.)
Public propertySKUName
SKU name of product associated with the error.
(Inherited from ShoppingCartItemValidationError.)
Top
See Also