IBusinessObjectApiSearchPackageHistory Method | |
SearchPackageHistory
Namespace:
PSI.Sox.Interfaces
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax List<HistoryPackage> SearchPackageHistory(
UserContext userContext,
SearchCriteria searchCriteria,
out int totalRecords
)
List<HistoryPackage^>^ SearchPackageHistory(
UserContext^ userContext,
SearchCriteria^ searchCriteria,
[OutAttribute] int% totalRecords
)
function SearchPackageHistory(userContext, searchCriteria, totalRecords);
Parameters
- userContext
- Type: PSI.SoxUserContext
- searchCriteria
- Type: SearchCriteria
- totalRecords
- Type: SystemInt32
Return Value
Type:
ListHistoryPackageSee Also