OrderStatusUserInfoProviderGetOrderStatusHistoryInternal Method |
Returns the query containing order status history for given orderId.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax protected virtual ObjectQuery<OrderStatusUserInfo> GetOrderStatusHistoryInternal(
int orderId
)
Parameters
- orderId
- Type: SystemInt32
ID of the order to get history for
Return Value
Type:
ObjectQueryOrderStatusUserInfoSee Also