Click or drag to resize
VariantHelperGetProductVariantsCategoriesInternal Method
Gets the product variants categories in the specified order for the given product.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax
C#
protected virtual ObjectQuery<OptionCategoryInfo> GetProductVariantsCategoriesInternal(
	int productId
)

Parameters

productId
Type: SystemInt32
Product ID.

Return Value

Type: ObjectQueryOptionCategoryInfo
Ordered product option categories, that are used in specified product variants.
See Also