Click or drag to resize

Query_InterfaceBatchZ3950SearchEx Method

BatchZ3950SearchEx returns a multi-dimensional array of a search

Namespace:  MARCEngine7
Assembly:  MARCEngine7 (in MARCEngine7.dll) Version: 1.0.22.0 (1.0.22)
Syntax
C#
Object[,] BatchZ3950SearchEx(
	Object[] sSource,
	int type
)

Parameters

sSource
Type: SystemObject
Array of search terms. If the array has one value, it will be evaluated as a file
type
Type: SystemInt32
search time, use -1 for raw searches.

Return Value

Type: Object
dimensioned object array
See Also