MarcEngine7 Class File
MarcEngine7 Class File
MARCEngine7
Query Class
Query Methods
BatchZ3950Search Method
BatchZ3950SearchEx Method
Z3950Search Method
Z3950SearchEx Method
Query
BatchZ3950Search 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)
Syntax
C#
Copy
public
int
BatchZ3950Search
(
string
sSource
,
string
sDest
,
int
ltype
,
string
NotFound
)
Parameters
sSource
Type:
System
String
Source File
sDest
Type:
System
String
Destination File
ltype
Type:
System
Int32
Integer corresponding to the bib-1 search type. Example: 1016 for keyword, -1 for raw searches, 7 for isbn, etc.
NotFound
Type:
System
String
Path for items not found
Return Value
Type:
Int32
Returns the number of returned records
Implements
Query_Interface
BatchZ3950Search(String, String, Int32, String)
See Also
Reference
Query Class
MARCEngine7 Namespace