  | ProductGetProductsByGroup Method (Group) | 
 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.GetProductsByGroup' instead")]
public static ProductCollection GetProductsByGroup(
	Group group
)<ObsoleteAttribute("Use 'ProductService.GetProductsByGroup' instead")>
Public Shared Function GetProductsByGroup ( 
	group As Group
) As ProductCollectionParameters
- group
 - Type: Dynamicweb.Ecommerce.ProductsGroup
 
Return Value
Type: 
ProductCollection
See Also