Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Orders Namespace / OrderStatus Class / Delete Method
The order status that associated orders should be switched to
In This Topic
    Delete Method (OrderStatus)
    In This Topic
    Deletes an Order Status, reassociating any orders with the specified order status.
    Syntax
    public virtual void Delete( 
       int newOrderStatusId
    )

    Parameters

    newOrderStatusId
    The order status that associated orders should be switched to
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also