Click or drag to resize

MARC21_InterfaceMarcFileEx Method

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

Namespace:  MARCEngine7
Assembly:  MARCEngine7 (in MARCEngine7.dll) Version: 1.0.22.0 (1.0.22)
Syntax
C#
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
See Also