| VariantHelperGetEnabledOptionsWithVariantOptionsInternal Method  | 
            Gets options from option category assigned to sku which are enabled or already used in variants. 
            
 
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntaxprotected virtual InfoDataSet<SKUInfo> GetEnabledOptionsWithVariantOptionsInternal(
	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: 
InfoDataSetSKUInfoData set with enabled options plus disabled options used in variants
See Also