Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Shipping Namespace / Warehouse Class / Delete Method
The warehouse that associated products should be switched to
In This Topic
    Delete Method (Warehouse)
    In This Topic
    Deletes a warehouse, reassociating any products with the specified warehouse.
    Syntax
    [Obsolete("Use MoveProducts then Delete the warehouse.")]
    public virtual void Delete( 
       int newWarehouseId
    )

    Parameters

    newWarehouseId
    The warehouse that associated products 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