| OrderValidatePricesInDatabase Method (Double, Double, Double) |
Note: This API is now obsolete.
Namespace:
Dynamicweb.Ecommerce.Orders
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax [ObsoleteAttribute("Use Ecommerce.Services.Orders.ValidatePricesInDatabase instead.")]
public bool ValidatePricesInDatabase(
ref double orderPrice,
ref double orderlinePrice,
ref double priceDifference
)
<ObsoleteAttribute("Use Ecommerce.Services.Orders.ValidatePricesInDatabase instead.")>
Public Function ValidatePricesInDatabase (
ByRef orderPrice As Double,
ByRef orderlinePrice As Double,
ByRef priceDifference As Double
) As Boolean
Parameters
- orderPrice
- Type: SystemDouble
- orderlinePrice
- Type: SystemDouble
- priceDifference
- Type: SystemDouble
Return Value
Type:
BooleanSee Also