Click or drag to resize

ProductRelatedGroupServiceGetProductRelations Method

Namespace:  Dynamicweb.Ecommerce.Products
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public IEnumerable<ProductRelation> GetProductRelations(
	Product product,
	string languageId,
	bool isFrontend
)

Parameters

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

Return Value

Type: IEnumerableProductRelation
See Also