SKUDisabledOrExpiredValidationError Constructor |
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax public SKUDisabledOrExpiredValidationError(
int skuId,
string skuName
)
Parameters
- skuId
- Type: SystemInt32
SKU Id of the product for which validation failed. - skuName
- Type: SystemString
SKU name of the product for which validation failed.
See Also