Click or drag to resize

AssortmentItem.GetAssortmentItemsByAssortmentRelation Method (AssortmentRelation)

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.GetAssortmentItemsByAssortmentRelation instead")]
public static IEnumerable<AssortmentItem> GetAssortmentItemsByAssortmentRelation(
	AssortmentRelation assortmentRelation
)

Parameters

assortmentRelation
Type: Dynamicweb.Ecommerce.Assortments.AssortmentRelation

Return Value

Type: IEnumerable<AssortmentItem>
See Also