Click or drag to resize
VariantHelper.GetVariantsInternal Method
Gets the variants of specified product.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
protected virtual ObjectQuery<SKUInfo> GetVariantsInternal(
	int productId
)

Parameters

productId
Type: System.Int32
The product ID.

Return Value

Type: ObjectQuery<SKUInfo>
The variants of specified product.
See Also