Dijeli putem


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
Aa530582.pubmethod(en-US,CS.70).gif Remove(Guid) Removes the OrderForm, based on the specified unique identifier, from the current collection.
Aa530582.pubmethod(en-US,CS.70).gif Remove(Int32) Removes the OrderForm at the specified index from the current order form collection.
Aa530582.pubmethod(en-US,CS.70).gif Remove(String) Removes the OrderForm from the current order form collection, based upon the specified name.
Aa530582.pubmethod(en-US,CS.70).gif 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.

See Also

Reference

OrderFormCollection Class

OrderFormCollection Members

Microsoft.CommerceServer.Runtime.Orders Namespace