Click or drag to resize
SKUOptionCategoryInfoProviderGetSKUOptionCategoryInfo Method (Int32, Int32)
Returns relationship between specified category and SKU.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static SKUOptionCategoryInfo GetSKUOptionCategoryInfo(
	int categoryId,
	int skuId
)

Parameters

categoryId
Type: SystemInt32
Category ID
skuId
Type: SystemInt32
SKU ID

Return Value

Type: SKUOptionCategoryInfo
See Also