  | 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
)<ObsoleteAttribute("Use 'ProductService.GetProductsByVariantGroup' instead")>
Public Shared Function GetProductsByVariantGroup ( 
	variantGroup As VariantGroup
) As ProductCollectionParameters
- variantGroup
 - Type: Dynamicweb.Ecommerce.VariantsVariantGroup
 
Return Value
Type: 
ProductCollection
See Also