Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Products Namespace / IVendorRepository Interface / LoadForOrder Method
The id of the order to check for vendors
Version
LoadForOrder Method (IVendorRepository)
Loads all vendors that are associated with products in an order
Syntax
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