MarcEdit .NET COM API Documentation

Query_Interface.BatchZ3950Search Method 

BatchZ3950Search allows for a batch search on a set of files.

int BatchZ3950Search(
   string sSource,
   string sDest,
   int ltype,
   string NotFound
);

Parameters

sSource
Source File
sDest
Destination File
ltype
Integer corresponding to the bib-1 search type. Example: 1016 for keyword, -1 for raw searches, 7 for isbn, etc.
NotFound
Path for items not found

Return Value

Returns the number of returned records

See Also

Query_Interface Interface | MARCEngine5 Namespace