Query_InterfaceBatchZ3950Search Method |
BatchZ3950Search allows for a batch search on a set of files.
Namespace:
MARCEngine7
Assembly:
MARCEngine7 (in MARCEngine7.dll) Version: 1.0.22.0 (1.0.22)
Syntaxint BatchZ3950Search(
string sSource,
string sDest,
int ltype,
string NotFound
)
Parameters
- sSource
- Type: SystemString
Source File - sDest
- Type: SystemString
Destination File - ltype
- Type: SystemInt32
Integer corresponding to the bib-1 search type.
Example: 1016 for keyword, -1 for raw searches, 7 for isbn, etc. - NotFound
- Type: SystemString
Path for items not found
Return Value
Type:
Int32Returns the number of returned records
See Also