Click or drag to resize

IBusinessObjectApiGetBatchItems Method

Get Batch Items

Namespace:  PSI.Sox.Interfaces
Assembly:  PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax
IQueryable<BatchItem> GetBatchItems(
	UserContext userContext,
	string batchReference,
	SearchCriteria searchCriteria,
	out int totalRecords
)

Parameters

userContext
Type: PSI.SoxUserContext
UserContext userContext
batchReference
Type: SystemString
string batchReference
searchCriteria
Type: SearchCriteria
SearchCriteria searchCriteria
totalRecords
Type: SystemInt32
TotalRecords

Return Value

Type: IQueryableBatchItem
IQueryable of BatchItem
See Also