Click or drag to resize

ProductGetProductsByVariantGroup Method

Note: This API is now obsolete.

Namespace:  Dynamicweb.Ecommerce.Products
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
[ObsoleteAttribute("Use 'ProductService.GetProductsByVariantGroup' instead")]
public static ProductCollection GetProductsByVariantGroup(
	VariantGroup variantGroup
)

Parameters

variantGroup
Type: Dynamicweb.Ecommerce.VariantsVariantGroup

Return Value

Type: ProductCollection
See Also