Click or drag to resize

GroupServiceGetRelatedProducts Method

Namespace:  Dynamicweb.Ecommerce.Products
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public IEnumerable<Product> GetRelatedProducts(
	Group group,
	string relatedGroupId
)

Parameters

group
Type: Dynamicweb.Ecommerce.ProductsGroup
relatedGroupId
Type: SystemString

Return Value

Type: IEnumerableProduct
See Also