Share via


Basket.Add (OrderTemplate) Method (BCL)

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

Definition

[Visual Basic .NET]

Public Sub Add( _ByValorderTemplate As OrderTemplate _
) 

[C#]

public void Add(OrderTemplateorderTemplate);

Parameters

[Visual Basic .NET]

  • orderTemplate
    The order template instance to add to the basket.

[C#]

  • orderTemplate
    The order template 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.