Share via


Basket.Add (PurchaseOrder) Method (BCL)

Use this method to add items from the specified purchase order to this basket instance.

Definition

[Visual Basic .NET]

Public Sub Add( _ByValpurchaseOrder As PurchaseOrder _
) 

[C#]

public void Add(PurchaseOrderpurchaseOrder);

Parameters

[Visual Basic .NET]

  • purchaseOrder
    The purchase order instance to add to the basket.

[C#]

  • purchaseOrder
    The purchase order instance to add to the basket.

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Orders

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

See Also

OrderGroup Object

Example Code for the Microsoft.CommerceServer.Runtime.Orders Namespace

Copyright © 2005 Microsoft Corporation.
All rights reserved.