OptionCategoryInfoProvider GetAllowedOptionsCount Method Kentico 8.0 API Reference
Gets info about how many options are available in specific option categories for given product. Returns dataset with one table containing OptionCategoryID, AllowAllOptions flag, SelectedOptions count and AllOptions count.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

skuId
Type: OnlineSystem Int32
Product ID to return counts for.
categoryIds
Type: OnlineSystem.Collections.Generic IEnumerable OnlineInt32 
IDs of categories to get counts for. Use null for all relevant categories.

Return Value

Type: OnlineDataSet
See Also