Click or drag to resize

QueryZ3950Search Method

Z3950Search -- performs a Z39.50 Search.

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

Parameters

keyword
Type: SystemString
Query
type
Type: SystemInt32
Search type like 4 for title, 1016 for keyword. Use a negative number if you wish to send a raw query via the keyword parameter.

Return Value

Type: String

[Missing <returns> documentation for "M:MARCEngine7.Query.Z3950Search(System.String,System.Int32)"]

Implements

Query_InterfaceZ3950Search(String, Int32)
See Also