DeleteBaskets Method
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Deletes all baskets that match an order group identifier and supplies a count of the number of baskets deleted or match a specific search clause.
Overload List
Name | Description | |
---|---|---|
DeleteBaskets(array<Guid>[]()[], Int32%) | Deletes all baskets that match an order group identifier. The number of deleted records is available. | |
DeleteBaskets(SearchClause, Int32%) | Deletes all baskets that match a supplied search clause. The number of deleted records is available. |
Top