Click or drag to resize

MARC21_InterfaceMARCJoin Method

MARCJoin provides the ability to join a set of files into a single file.

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