Click or drag to resize
SKUAllowedOptionInfoProviderDeleteSKUOptionInfoInternal Method
Deletes relationship between specified product and option.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
protected virtual void DeleteSKUOptionInfoInternal(
	SKUAllowedOptionInfo infoObj
)

Parameters

infoObj
Type: CMS.EcommerceSKUAllowedOptionInfo
Product-option relationship to be deleted.
See Also