Click or drag to resize
VariantHelper.GetAllPossibleVariantsInternal Method (List<ProductVariant>)
Gets all possible variants for specified set (Returns provided variants plus remaining combinations).

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
protected virtual List<ProductVariant> GetAllPossibleVariantsInternal(
	List<ProductVariant> productVariants
)

Parameters

productVariants
Type: System.Collections.Generic.List<ProductVariant>
The product variants.

Return Value

Type: List<ProductVariant>
Exceptions
ExceptionCondition
Exception[VariantHelper.GetAllPossibleVariants]: Specified variants must be of the same product.
See Also