Click or drag to resize
SKUOptionCategoryInfoProviderGetSKUOptionCategoryInfoInternal Method

Note: This API is now obsolete.

Returns relationship between specified category and SKU.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use Get(int, int) instead.")]
protected virtual SKUOptionCategoryInfo GetSKUOptionCategoryInfoInternal(
	int categoryId,
	int skuId
)

Parameters

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

Return Value

Type: SKUOptionCategoryInfo
See Also