Click or drag to resize
MARC21. MarcFile Method
MarcFile: reads MARC Files and return data in the mnemonic format.

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

Parameters

sSource
Type: System.String
Source Path
sDest
Type: System.String
Destination Path

Return Value

Type: Int32
Returns the number of records processed.

Implements

MARC21_Interface.MarcFile(String, String)
See Also