Click or drag to resize
MARC21MarcFileEx 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 MarcFileEx(
	string sSource,
	string sDest,
	int lFlag
)

Parameters

sSource
Type: SystemString
Source Path
sDest
Type: SystemString
Destination Path
lFlag
Type: SystemInt32
Flag value (defines character type)

Return Value

Type: Int32
Returns the number of records processed

Implements

MARC21_InterfaceMarcFileEx(String, String, Int32)
See Also