Click or drag to resize

IBusinessObjectApiRemoveBatchItem Method

Remove Batch Item

Namespace:  PSI.Sox.Interfaces
Assembly:  PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax
void RemoveBatchItem(
	UserContext userContext,
	string batchReference,
	string batchItemReference
)

Parameters

userContext
Type: PSI.SoxUserContext
UserContext userContext
batchReference
Type: SystemString
string batchItemId
batchItemReference
Type: SystemString
string batchItemReference
See Also