  | ProductRelatedGroupServiceGetRelatedGroupsWithProducts Method (Product, 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 GetProductRelations instead")]
public IEnumerable<ProductRelatedGroup> GetRelatedGroupsWithProducts(
	Product product,
	string languageId,
	bool isFrontend
)<ObsoleteAttribute("Use GetProductRelations instead")>
Public Function GetRelatedGroupsWithProducts ( 
	product As Product,
	languageId As String,
	isFrontend As Boolean
) As IEnumerable(Of ProductRelatedGroup)Parameters
- product
 - Type: Dynamicweb.Ecommerce.ProductsProduct
 - languageId
 - Type: SystemString
 - isFrontend
 - Type: SystemBoolean
 
Return Value
Type: 
IEnumerableProductRelatedGroup
See Also