Click or drag to resize
VariantHelperGetProductVariantsCategoryIDs Method
Gets the product variants category IDs for specified product.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax
C#
public static ICollection<int> GetProductVariantsCategoryIDs(
	int productId
)

Parameters

productId
Type: SystemInt32
Product ID.

Return Value

Type: ICollectionInt32
Ordered product option category IDs, that are used in specified product variants.
See Also