Click or drag to resize
SKUOptionCategoryInfoProviderSetSKUOptionCategoryInfo Method
Sets relationship between specified category and SKU.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static void SetSKUOptionCategoryInfo(
	SKUOptionCategoryInfo infoObj
)

Parameters

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