Share via


OrderForm.Clear Method (BCL)

Use this method to clear all the line items associated with the order form.

Definition

[Visual Basic .NET]

Public Sub Clear( _) 

[C#]

public void Clear();

Remarks

This method delegates to the ClearItems method on the underlying order form object.

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Orders

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

See Also

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

Copyright © 2005 Microsoft Corporation.
All rights reserved.