| 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
)
<ObsoleteAttribute("Use 'ProductService.UpdatePriceCount' instead")>
Public Shared Function UpdatePriceCount (
product As Product,
priceCount As Integer
) As Integer
Parameters
- product
- Type: Dynamicweb.Ecommerce.ProductsProduct
- priceCount
- Type: SystemInt32
Return Value
Type:
Int32See Also