Click or drag to resize
VariantHelperRegenerateSKUNameAndNumberInternal Method
Regenerates the SKU name and number.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax
C#
protected virtual void RegenerateSKUNameAndNumberInternal(
	ProductVariant productVariant
)

Parameters

productVariant
Type: CMS.EcommerceProductVariant
The product variant.
See Also