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