MarcEdit .NET COM API Documentation

Query.Z3950Search Method 

Z3950Search -- performs a Z39.50 Search.

public string Z3950Search(
   string keyword,
   int type
);

Parameters

keyword
Query
type
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

Implements

Query_Interface.Z3950Search

See Also

Query Class | MARCEngine5 Namespace