| AssortmentServiceGetAssortmentRelationsByAssortmentId Method (String, 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 ProductRelations, GroupRelations and ShopRelations properties of an assortment instead")]
public IEnumerable<AssortmentRelation> GetAssortmentRelationsByAssortmentId(
string assortmentId,
AssortmentRelationType relationType
)
<ObsoleteAttribute("Use ProductRelations, GroupRelations and ShopRelations properties of an assortment instead")>
Public Function GetAssortmentRelationsByAssortmentId (
assortmentId As String,
relationType As AssortmentRelationType
) As IEnumerable(Of AssortmentRelation)
Parameters
- assortmentId
- Type: SystemString
- relationType
- Type: Dynamicweb.Ecommerce.AssortmentsAssortmentRelationType
Return Value
Type:
IEnumerableAssortmentRelationSee Also