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
)
IQueryable<BatchItem^>^ GetBatchItems(
UserContext^ userContext,
String^ batchReference,
SearchCriteria^ searchCriteria,
[OutAttribute] int% totalRecords
)
function GetBatchItems(userContext, batchReference, searchCriteria, 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:
IQueryableBatchItemIQueryable of BatchItem
See Also