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.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- skuId
- Type: System Int32
Product ID to return counts for.
- categoryIds
- Type: System.Collections.Generic IEnumerable Int32
IDs of categories to get counts for. Use null for all relevant categories.
Return Value
Type: DataSetSee Also