Click or drag to resize

Query_InterfaceZ3950Search Method

Query Z39.50 Search

Namespace:  MARCEngine7
Assembly:  MARCEngine7 (in MARCEngine7.dll) Version: 1.0.22.0 (1.0.22)
Syntax
C#
string Z3950Search(
	string keyword,
	int type
)

Parameters

keyword
Type: SystemString
Query string
type
Type: SystemInt32
Attribute 1 type

Return Value

Type: String
Returns the number of records processed.
See Also