| AssortmentRelationGetAssortmentRelationsByRelationType Method |
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.GetAssortmentRelationsByRelationType instead.")]
public static IEnumerable<AssortmentRelation> GetAssortmentRelationsByRelationType(
AssortmentRelationType relationType
)
<ObsoleteAttribute("Use Services.Assortments.GetAssortmentRelationsByRelationType instead.")>
Public Shared Function GetAssortmentRelationsByRelationType (
relationType As AssortmentRelationType
) As IEnumerable(Of AssortmentRelation)
Parameters
- relationType
- Type: Dynamicweb.Ecommerce.AssortmentsAssortmentRelationType
Return Value
Type:
IEnumerableAssortmentRelationSee Also