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
)
void RemoveBatchItem(
UserContext^ userContext,
String^ batchReference,
String^ batchItemReference
)
function RemoveBatchItem(userContext, batchReference, batchItemReference);
Parameters
- userContext
- Type: PSI.SoxUserContext
UserContext userContext - batchReference
- Type: SystemString
string batchItemId - batchItemReference
- Type: SystemString
string batchItemReference
See Also