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

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax
C#
public static ObjectQuery<SKUInfo> GetVariants(
	int productId
)

Parameters

productId
Type: SystemInt32
The product ID.

Return Value

Type: ObjectQuerySKUInfo
The variants of specified product.
See Also