Click or drag to resize
OrderInfoProviderGetOrderInfoInternal Method
Returns order with specified ID.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
protected virtual OrderInfo GetOrderInfoInternal(
	int orderId
)

Parameters

orderId
Type: SystemInt32
Order ID

Return Value

Type: OrderInfo
See Also