Dynamicweb 8 Documentation
FindPriceInfo Method

The product.
The quantity.
The variant ID.
The currency.
The unit ID.
The user.
Finds the price info.
Syntax
'Declaration
 
Function FindPriceInfo( _ 
   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 PriceInfo
PriceInfo FindPriceInfo( 
   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.

Return Value

A PriceInfo object.
Remarks
See the interface description of ISupportPriceInfo for example of implementation.
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

ISupportPriceInfo Interface
ISupportPriceInfo Members

Send Feedback