OrderItemInfoProviderGetExpiringOrderItemsInternal Method |
Returns dataset of all expiring order items matching given parameters along with additional relevant information.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax protected virtual InfoDataSet<OrderItemInfo> GetExpiringOrderItemsInternal(
int days,
int siteId,
string where,
bool onlyWithSendNotification
)
Parameters
- days
- Type: SystemInt32
Number of days before order item expiration - siteId
- Type: SystemInt32
Site ID. Set to 0 to get expiring order items on all sites. - where
- Type: SystemString
Additional where condition - onlyWithSendNotification
- Type: SystemBoolean
Get only records with send notification flag set to true.
Return Value
Type:
InfoDataSetOrderItemInfoSee Also