Click or drag to resize

MARC21_InterfaceMMaker Method

MMaker reads MarcEdit's Mnemonic format and returns a MARC file.

Namespace:  MARCEngine7
Assembly:  MARCEngine7 (in MARCEngine7.dll) Version: 1.0.22.0 (1.0.22)
Syntax
C#
int MMaker(
	string sSource,
	string sDest
)

Parameters

sSource
Type: SystemString
Source Path
sDest
Type: SystemString
Destination Path

Return Value

Type: Int32
Returns records processed.
See Also