| ProductServiceUpdatePriceCount Method |
Namespace:
Dynamicweb.Ecommerce.Products
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax public int UpdatePriceCount(
Product product,
int priceCount
)
Public Function UpdatePriceCount (
product As Product,
priceCount As Integer
) As Integer
Parameters
- product
- Type: Dynamicweb.Ecommerce.ProductsProduct
- priceCount
- Type: SystemInt32
Return Value
Type:
Int32See Also