Click or drag to resize
OrderItemInfoProviderGetOrderItemInfoInternal Method (Int32)
Returns order item with specified ID.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
protected virtual OrderItemInfo GetOrderItemInfoInternal(
	int itemId
)

Parameters

itemId
Type: SystemInt32
Order item ID

Return Value

Type: OrderItemInfo
See Also