Click or drag to resize

AssortmentItemGetAssortmentItemsByAssortmentRelation 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.AssortmentsAssortmentRelation

Return Value

Type: IEnumerableAssortmentItem
See Also