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