Click or drag to resize
OrderItemInfoProviderGetOrderItemsInternal Method
Returns query for all order items in specified order.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
protected virtual ObjectQuery<OrderItemInfo> GetOrderItemsInternal(
	int orderId
)

Parameters

orderId
Type: SystemInt32
Order ID

Return Value

Type: ObjectQueryOrderItemInfo
See Also