Click or drag to resize

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
)

Parameters

product
Type: Dynamicweb.Ecommerce.ProductsProduct
joinUnitMethod
Type: SystemInt32

Return Value

Type: IEnumerableVariantOption
See Also