QueryBatchZ3950Search Method |
BatchZ3950Search allows for a batch search on a set of files.
Namespace: MARCEngine5Assembly: MARCEngine (in MARCEngine.dll) Version: 2.2.8.0 (2.2.8)
Syntax public int BatchZ3950Search(
string sSource,
string sDest,
int ltype,
string NotFound
)
Public Function BatchZ3950Search (
sSource As String,
sDest As String,
ltype As Integer,
NotFound As String
) As Integer
public:
virtual int BatchZ3950Search(
String^ sSource,
String^ sDest,
int ltype,
String^ NotFound
) sealed
abstract BatchZ3950Search :
sSource : string *
sDest : string *
ltype : int *
NotFound : string -> int
override BatchZ3950Search :
sSource : string *
sDest : string *
ltype : int *
NotFound : string -> int
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
Implements
Query_InterfaceBatchZ3950Search(String, String, Int32, String)See Also