Share via


Remove Method

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Removes the specified OrderGroup from the collection.

Overload List

  Name Description
Aa530587.pubmethod(en-US,CS.70).gif Remove(Guid) Removes the OrderGroup, based on the specified order group identifier, from the collection.
Aa530587.pubmethod(en-US,CS.70).gif Remove(Int32) Removes the OrderGroup at the specified index from the current order group collection.
Aa530587.pubmethod(en-US,CS.70).gif Remove(OrderGroup) Removes the specified OrderGroup from the current order group collection.

Top

Remarks

Removes a specified OrderGroup from the collection. When an OrderGroup is removed from the collection, all subsequent OrderGroup objects move up one index in the collection and the collection count is decremented.

See Also

Reference

OrderGroupCollection Class

OrderGroupCollection Members

Microsoft.CommerceServer.Runtime.Orders Namespace