Click or drag to resize
MARC21Export_Tabbed_MARC Method (String, String, String)
Export a delimited field list from a set of MARC records.

Namespace: MARCEngine5
Assembly: MARCEngine (in MARCEngine.dll) Version: 2.2.8.0 (2.2.8)
Syntax
public int Export_Tabbed_MARC(
	string sSource,
	string sArgs,
	string sDest
)

Parameters

sSource
Type: SystemString
Source file
sArgs
Type: SystemString
List of arguments separated by commas. Example: =300,=500,=245
sDest
Type: SystemString
Destination file

Return Value

Type: Int32
Returns 1 if successful, 0 if unsuccessful

Implements

MARC21_InterfaceExport_Tabbed_MARC(String, String, String)
See Also