Dynamicweb 8 Documentation
FindPrice Method (PriceProvider)

The product.
The quantity.
The variant ID.
The currency.
The unit ID.
The user.
Finds the price. Must be overriden.
Syntax
'Declaration
 
Public Overridable Function FindPrice( _ 
   ByVal Product As Product, _ 
   ByVal Quantity As Double, _ 
   ByVal VariantID As String, _ 
   ByVal Currency As Currency, _ 
   ByVal UnitID As String, _ 
   ByVal User As Extranet _ 
) As PriceRaw
public virtual PriceRaw FindPrice( 
   Product Product,
   double Quantity,
   string VariantID,
   Currency Currency,
   string UnitID,
   Extranet User 
)

Parameters

Product
The product.
Quantity
The quantity.
VariantID
The variant ID.
Currency
The currency.
UnitID
The unit ID.
User
The user.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PriceProvider Class
PriceProvider Members

Send Feedback