  | ProductGetProductsByGroupId Method (String, Boolean, 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.GetProductsByGroupId' instead")]
public static ProductCollection GetProductsByGroupId(
	string groupId,
	bool onlyActive,
	string productLanguageId,
	bool useAssortments
)<ObsoleteAttribute("Use 'ProductService.GetProductsByGroupId' instead")>
Public Shared Function GetProductsByGroupId ( 
	groupId As String,
	onlyActive As Boolean,
	productLanguageId As String,
	useAssortments As Boolean
) As ProductCollectionParameters
- groupId
 - Type: SystemString
 - onlyActive
 - Type: SystemBoolean
 - productLanguageId
 - Type: SystemString
 - useAssortments
 - Type: SystemBoolean
 
Return Value
Type: 
ProductCollection
See Also