  | ProductGetProductsByGroups Method (GroupCollection, Boolean) | 
 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.GetProductsByGroups' instead")]
public static ProductCollection GetProductsByGroups(
	GroupCollection groups,
	bool isFrontEnd
)<ObsoleteAttribute("Use 'ProductService.GetProductsByGroups' instead")>
Public Shared Function GetProductsByGroups ( 
	groups As GroupCollection,
	isFrontEnd As Boolean
) As ProductCollectionParameters
- groups
 - Type: Dynamicweb.Ecommerce.ProductsGroupCollection
 - isFrontEnd
 - Type: SystemBoolean
 
Return Value
Type: 
ProductCollection
See Also