Click or drag to resize
MARC21_InterfaceMARCJoin Method
MARCJoin provides the ability to join a set of files into a single file.

Namespace: MARCEngine5
Assembly: MARCEngine (in MARCEngine.dll) Version: 2.2.8.0 (2.2.8)
Syntax
void MARCJoin(
	string sSource,
	string sDest
)

Parameters

sSource
Type: SystemString
Source files. Files are delimited using a "|" character.
sDest
Type: SystemString
Destination file
See Also