OrderGroup.LoadBasket Method (PIA)
Use this method to load the basket for the current user from the database. If the basket for the user ID specified in the Initialize method cannot be found, this method initializes an empty in-memory basket.
Definition
[Visual Basic .NET]
Imports Microsoft.CommerceServer.Interop.Orders
…
Public Sub LoadBasket()
[C#]
using Microsoft.CommerceServer.Interop.Orders;
…
public void LoadBasket();
Exceptions
This method may throw one of many mapped exceptions or an exception of type COMException. See Standard COM Errors for additional details.
Requirements
Namespace: Microsoft.CommerceServer.Interop.Orders
Platforms: Windows 2000, Windows Server 2003
Assembly: Microsoft.CommerceServer.Interop.Orders.Requisition.dll
See Also
Copyright © 2005 Microsoft Corporation.
All rights reserved.