| AssortmentGroupRelationGetAssortmentRelationsByGroup Method |
Note: This API is now obsolete.
Namespace:
Dynamicweb.Ecommerce.Assortments
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax [ObsoleteAttribute("Use Services.Assortments.GetAssortmentRelationsByGroupId instead.")]
public static IEnumerable<AssortmentRelation> GetAssortmentRelationsByGroup(
Group group
)
<ObsoleteAttribute("Use Services.Assortments.GetAssortmentRelationsByGroupId instead.")>
Public Shared Function GetAssortmentRelationsByGroup (
group As Group
) As IEnumerable(Of AssortmentRelation)
Parameters
- group
- Type: Dynamicweb.Ecommerce.ProductsGroup
Return Value
Type:
IEnumerableAssortmentRelationSee Also