OrderStatusUserInfoProvider.GetOrderStatusHistoryInternal Method |
Returns the query containing order status history for given orderId.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax 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