Click or drag to resize

IBusinessObjectApiGetBatchItem Method

Get Batch Item

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

Parameters

userContext
Type: PSI.SoxUserContext
UserContext userContext
batchReference
Type: SystemString
string batchReference
batchItemReference
Type: SystemString
string batchItemReference

Return Value

Type: BatchItem
BatchItem
See Also