Click or drag to resize
SKUOptionCategoryInfoProviderDeleteSKUOptionCategoryInfoInternal Method
Deletes relationship between specified category and SKU.

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

Parameters

infoObj
Type: CMS.EcommerceSKUOptionCategoryInfo
Category-SKU relationship to be deleted
See Also