OrderGroupManager.DeleteReceiptGroupFromDisk Method (PIA)

Use this method to check whether a connection to the site database has been established for the specified OrderGroup object, and then delete the OrderGroup object and all objects contained within it from the database. Use this method for OrderGroup objects saved as orders.

Definition

[Visual Basic .NET]

Imports Microsoft.CommerceServer.Interop.Orders
…
Public Sub DeleteReceiptGroupFromDisk(OrderGroupIdAs String)

[C#]

Imports Microsoft.CommerceServer.Interop.Orders;
…
Public void DeleteReceiptGroupFromDisk(StringOrderGroupId);

Parameters

[Visual Basic .NET]

  • OrderGroupId
    A String that contains the OrderGroup ID.

[C#]

  • OrderGroupId
    A string that contains the OrderGroup ID.

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

OrderGroupManager Class

Copyright © 2005 Microsoft Corporation.
All rights reserved.