| AssortmentItemGetAssortmentsByProduct 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.GetAssortmentsByProduct instead.")]
public static AssortmentCollection GetAssortmentsByProduct(
Product product
)
<ObsoleteAttribute("Use Services.Assortments.GetAssortmentsByProduct instead.")>
Public Shared Function GetAssortmentsByProduct (
product As Product
) As AssortmentCollection
Parameters
- product
- Type: Dynamicweb.Ecommerce.ProductsProduct
Return Value
Type:
AssortmentCollectionSee Also