Click or drag to resize

CustomerOrderCollectionFilterAddPriceRangeFilter Method

Namespace:  Dynamicweb.Ecommerce.Orders
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public void AddPriceRangeFilter(
	double fromAmount,
	double toAmount
)

Parameters

fromAmount
Type: SystemDouble
toAmount
Type: SystemDouble
See Also