| AssortmentRelationGetAssortmentRelationsByAssortment Method (Assortment) |
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.GetAssortmentRelationsByAssortmentId instead.")]
public static IEnumerable<AssortmentRelation> GetAssortmentRelationsByAssortment(
Assortment assortment
)
<ObsoleteAttribute("Use Services.Assortments.GetAssortmentRelationsByAssortmentId instead.")>
Public Shared Function GetAssortmentRelationsByAssortment (
assortment As Assortment
) As IEnumerable(Of AssortmentRelation)
Parameters
- assortment
- Type: Dynamicweb.Ecommerce.AssortmentsAssortment
Return Value
Type:
IEnumerableAssortmentRelationSee Also