Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Orders Namespace / OrderPullItemDataSource Class / GeneratePullSheet Method / GeneratePullSheet(OrderShipment) Method
The order shipment to be included in the pullsheet.
In This Topic
    GeneratePullSheet(OrderShipment) Method
    In This Topic
    Generates a pull sheet for the given order shipment.
    Syntax
    public static OrderPullItemCollection GeneratePullSheet( 
       OrderShipment shipment
    )

    Parameters

    shipment
    The order shipment to be included in the pullsheet.

    Return Value

    An OrderPullItem collection that represents the pullsheet for the given order shipment.
    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