Click or drag to resize
VariantHelperGetEnabledOptionsWithVariantOptions Method
Gets options from option category assigned to sku which are enabled or already used in variants.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax
C#
public static InfoDataSet<SKUInfo> GetEnabledOptionsWithVariantOptions(
	int skuID,
	int categoryId
)

Parameters

skuID
Type: SystemInt32
ID of SKU with assigned categories
categoryId
Type: SystemInt32
Option category from which are options selected

Return Value

Type: InfoDataSetSKUInfo
Data set with enabled options plus disabled options used in variants
See Also