Click or drag to resize
QueryBatchZ3950Search Method
BatchZ3950Search allows for a batch search on a set of files.

Namespace: MARCEngine5
Assembly: MARCEngine (in MARCEngine.dll) Version: 2.2.8.0 (2.2.8)
Syntax
public int 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: Int32
Returns the number of returned records

Implements

Query_InterfaceBatchZ3950Search(String, String, Int32, String)
See Also