| VariantOptionServiceGetByProduct Method |
Note: This API is now obsolete.
Namespace:
Dynamicweb.Ecommerce
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax [ObsoleteAttribute("Use GetStockUnitsWithVariants(Product) or GetAll(Boolean, String) instead.")]
public IEnumerable<VariantOption> GetByProduct(
Product product,
int joinUnitMethod
)
<ObsoleteAttribute("Use GetStockUnitsWithVariants(Product) or GetAll(Boolean, String) instead.")>
Public Function GetByProduct (
product As Product,
joinUnitMethod As Integer
) As IEnumerable(Of VariantOption)
Parameters
- product
- Type: Dynamicweb.Ecommerce.ProductsProduct
- joinUnitMethod
- Type: SystemInt32
Return Value
Type:
IEnumerableVariantOptionSee Also