Click or drag to resize
VariantHelperGetAllPossibleVariantsCountInternal Method
Gets number of all variants, which can be generated including existing variants of options from categories.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax
C#
protected virtual int GetAllPossibleVariantsCountInternal(
	int skuId,
	IEnumerable<int> categoryIds
)

Parameters

skuId
Type: SystemInt32
The product ID.
categoryIds
Type: System.Collections.GenericIEnumerableInt32
The option categories ids.

Return Value

Type: Int32
Number of all possible variants.
See Also