MARCJoin provides the ability to join a set of files into
a single file.
Namespace: MARCEngine5Assembly: MARCEngine (in MARCEngine.dll) Version: 2.2.8.0 (2.2.8)
Syntax public void MARCJoin(
string sSource,
string sDest
)
Public Sub MARCJoin (
sSource As String,
sDest As String
)
public:
virtual void MARCJoin(
String^ sSource,
String^ sDest
) sealed
abstract MARCJoin :
sSource : string *
sDest : string -> unit
override MARCJoin :
sSource : string *
sDest : string -> unit
Parameters
- sSource
- Type: SystemString
Source files. Files are delimited using a "|" character. - sDest
- Type: SystemString
Destination file
Implements
MARC21_InterfaceMARCJoin(String, String)See Also