Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Products Namespace / VendorRepository Class / LoadForOrder Method
The id of the order to check for vendors
In This Topic
    LoadForOrder Method (VendorRepository)
    In This Topic
    Loads all vendors that are associated with products in an order
    Syntax
    public IList<Vendor> LoadForOrder( 
       int orderId
    )

    Parameters

    orderId
    The id of the order to check for vendors

    Return Value

    All vendors associated with items in an order
    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