Remove Method
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Removes the specified OrderForm from the collection.
Overload List
Name | Description | |
---|---|---|
Remove(Guid) | Removes the OrderForm, based on the specified unique identifier, from the current collection. | |
Remove(Int32) | Removes the OrderForm at the specified index from the current order form collection. | |
Remove(String) | Removes the OrderForm from the current order form collection, based upon the specified name. | |
Remove(OrderForm) | Removes the specified OrderForm from the current order form collection. |
Top
Remarks
Removes a specified OrderForm from the collection. When an OrderForm is removed from the collection, all subsequent OrderForm objects move up one index in the collection and the collection count is decremented.