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

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

Parameters

orderId
Type: System.Int32
ID of the order to get history for

Return Value

Type: ObjectQuery<OrderStatusUserInfo>
See Also