Click or drag to resize

GroupServiceGetRelatedGroups Method

Namespace:  Dynamicweb.Ecommerce.Products
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public IEnumerable<Group> GetRelatedGroups(
	IEnumerable<ProductGroupRelation> relations
)

Parameters

relations
Type: System.Collections.GenericIEnumerableProductGroupRelation

Return Value

Type: IEnumerableGroup
See Also