  | ProductServiceGetProductsByGroupId Method (String, Boolean, String, Boolean) | 
  
    Namespace: 
   Dynamicweb.Ecommerce.Products
    Assembly:
   Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntaxpublic IEnumerable<Product> GetProductsByGroupId(
	string groupId,
	bool onlyActive,
	string productLanguageId,
	bool useAssortments
)
Public Function GetProductsByGroupId ( 
	groupId As String,
	onlyActive As Boolean,
	productLanguageId As String,
	useAssortments As Boolean
) As IEnumerable(Of Product)
Parameters
- groupId
 - Type: SystemString
 - onlyActive
 - Type: SystemBoolean
 - productLanguageId
 - Type: SystemString
 - useAssortments
 - Type: SystemBoolean
 
Return Value
Type: 
IEnumerableProduct
See Also