Click or drag to resize
SKUInfoProviderSetSKUInfoInternal Method

Note: This API is now obsolete.

Sets (updates or inserts) specified product.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use Set(SKUInfo) instead.")]
protected virtual void SetSKUInfoInternal(
	SKUInfo skuObj
)

Parameters

skuObj
Type: CMS.EcommerceSKUInfo
Product to be set
See Also