Click or drag to resize

ProductRelatedGroupGetRelatedGroupsWithProducts Method (Product, 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 ProductRelatedGroupService.GetRelatedGroupsWithProducts instead.")]
public static IEnumerable<ProductRelatedGroup> GetRelatedGroupsWithProducts(
	Product product,
	bool isFrontend
)

Parameters

product
Type: Dynamicweb.Ecommerce.ProductsProduct
isFrontend
Type: SystemBoolean

Return Value

Type: IEnumerableProductRelatedGroup
See Also