Click or drag to resize

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
)

Parameters

userContext
Type: PSI.SoxUserContext
UserContext
shipper
Type: SystemString
Shipper
carrier
Type: SystemString
Carrier
historyItems
Type: System.Collections.GenericListHistoryItem
list of historyItem
See Also