Dynamicweb 8 Documentation
GetTotalPurchasesByCustomerID Method

Customer Id
From date
Price currency
Get total purchases price by customer Id
Syntax
'Declaration
 
Public Shared Function GetTotalPurchasesByCustomerID( _ 
   ByVal CustomerID As Integer, _ 
   ByVal FromDate As Date, _ 
   ByVal PriceCurrency As Currency _ 
) As PriceInfo
public static PriceInfo GetTotalPurchasesByCustomerID( 
   int CustomerID,
   DateTime FromDate,
   Currency PriceCurrency 
)

Parameters

CustomerID
Customer Id
FromDate
From date
PriceCurrency
Price currency

Return Value

Filled instance of PriceInfo class
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

Order Class
Order Members

Send Feedback