Click or drag to resize

ProductUpdatePriceCount Method

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.UpdatePriceCount' instead")]
public static int UpdatePriceCount(
	Product product,
	int priceCount
)

Parameters

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

Return Value

Type: Int32
See Also