Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Shipping Namespace / IWarehouseRepository Interface / MoveProducts Method / MoveProducts(Int32,Int32) Method
The warehouse Id that products are to be moved from.
The warehouse Id that products are to be moved to.
In This Topic
    MoveProducts(Int32,Int32) Method
    In This Topic
    Moves all products from one warehouse to another.
    Syntax
    void MoveProducts( 
       int oldWarehouseId,
       int newWarehouseId
    )

    Parameters

    oldWarehouseId
    The warehouse Id that products are to be moved from.
    newWarehouseId
    The warehouse Id that products are to be moved 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