IBusinessObjectApiRemoveHistoryItems Method | |
Remove HistoryItems
Namespace:
PSI.Sox.Interfaces
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax void RemoveHistoryItems(
UserContext userContext,
string shipper,
string carrier,
List<HistoryItem> historyItems
)
void RemoveHistoryItems(
UserContext^ userContext,
String^ shipper,
String^ carrier,
List<HistoryItem^>^ historyItems
)
function RemoveHistoryItems(userContext, shipper, carrier, historyItems);
Parameters
- userContext
- Type: PSI.SoxUserContext
UserContext - shipper
- Type: SystemString
Shipper - carrier
- Type: SystemString
Carrier - historyItems
- Type: System.Collections.GenericListHistoryItem
list of historyItem
See Also