Click or drag to resize

VariantOptionGetVariantOptions Method (Product, Int32)

Note: This API is now obsolete.

Namespace:  Dynamicweb.Ecommerce.Variants
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
[ObsoleteAttribute("Use VariantOptionService instead.")]
public static IEnumerable<VariantOption> GetVariantOptions(
	Product product,
	int joinUnitMethod
)

Parameters

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

Return Value

Type: IEnumerableVariantOption
See Also