Dynamicweb 8 Documentation
LoadPendingOrders Method

The customer ID.
Loads customer unclosed orders from the database by specified customer ID.
Syntax
'Declaration
 
Public Sub LoadPendingOrders( _ 
   ByVal CustomerID As Long _ 
) 
public void LoadPendingOrders( 
   long CustomerID 
)

Parameters

CustomerID
The customer ID.
Example
Look at example for CustomerOrderCollection 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

CustomerOrderCollection Class
CustomerOrderCollection Members

Send Feedback