Click or drag to resize

AssortmentItem.GetAssortmentItemsByAssortmentRelation Method (String, Int32)

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(
	string relationType,
	int relationAutoID
)

Parameters

relationType
Type: System.String
relationAutoID
Type: System.Int32

Return Value

Type: IEnumerable<AssortmentItem>
See Also