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