Click or drag to resize

AssortmentService.GetAssortmentRelationsByGroupId Method

Namespace:  Dynamicweb.Ecommerce.Assortments
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public IEnumerable<AssortmentGroupRelation> GetAssortmentRelationsByGroupId(
	string groupId
)

Parameters

groupId
Type: System.String

Return Value

Type: IEnumerable<AssortmentGroupRelation>
See Also