MarcEdit .NET COM API Documentation

MARC21.MarcFileEx Method 

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

public int MarcFileEx(
   string sSource,
   string sDest,
   int lFlag
);

Parameters

sSource
Source Path
sDest
Destination Path
lFlag
Flag value (defines character type)

Return Value

Returns the number of records processed

Implements

MARC21_Interface.MarcFileEx

See Also

MARC21 Class | MARCEngine5 Namespace