Click or drag to resize
OrderStatusUserInfoProviderGetOrderStatusHistoryInternal Method
Returns the query containing order status history for given orderId.

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

Parameters

orderId
Type: SystemInt32
ID of the order to get history for

Return Value

Type: ObjectQueryOrderStatusUserInfo
See Also