MarcEdit .NET COM API Documentation

MARC21.MarcFile Method 

MarcFile: reads MARC Files and return data in the mnemonic format.

public int MarcFile(
   string sSource,
   string sDest
);

Parameters

sSource
Source Path
sDest
Destination Path

Return Value

Returns the number of records processed.

Implements

MARC21_Interface.MarcFile

See Also

MARC21 Class | MARCEngine5 Namespace