| AssortmentProductRelationGetAssortmentRelationsByProductID 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.GetAssortmentRelationsByProductId instead.")]
public static IEnumerable<AssortmentRelation> GetAssortmentRelationsByProductID(
string productID,
string productVariantID
)
<ObsoleteAttribute("Use Services.Assortments.GetAssortmentRelationsByProductId instead.")>
Public Shared Function GetAssortmentRelationsByProductID (
productID As String,
productVariantID As String
) As IEnumerable(Of AssortmentRelation)
Parameters
- productID
- Type: SystemString
- productVariantID
- Type: SystemString
Return Value
Type:
IEnumerableAssortmentRelationSee Also