Click or drag to resize

ProductGetProductsByProductAndVariantId Method (Product, String, Boolean)

Note: This API is now obsolete.

Namespace:  Dynamicweb.Ecommerce.Products
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
[ObsoleteAttribute("Use 'ProductService.GetProductsByProductAndVariantId' instead")]
public static ProductCollection GetProductsByProductAndVariantId(
	Product product,
	string productVariantId,
	bool useAssortments
)

Parameters

product
Type: Dynamicweb.Ecommerce.ProductsProduct
productVariantId
Type: SystemString
useAssortments
Type: SystemBoolean

Return Value

Type: ProductCollection
See Also