Click or drag to resize
SKUInfoProviderDeleteSKUInfo Method (Int32)
Deletes product with specified ID.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static void DeleteSKUInfo(
	int skuId
)

Parameters

skuId
Type: SystemInt32
Product ID
See Also