Click or drag to resize

MARC21MARCJoin 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#
public void MARCJoin(
	string sSource,
	string sDest
)

Parameters

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

Implements

MARC21_InterfaceMARCJoin(String, String)
See Also