MARC21_InterfaceMarcFile Method |
MarcFile: reads MARC Files and return data in the mnemonic format.
Namespace: MARCEngine5Assembly: MARCEngine (in MARCEngine.dll) Version: 2.2.8.0 (2.2.8)
Syntax int MarcFile(
string sSource,
string sDest
)
Function MarcFile (
sSource As String,
sDest As String
) As Integer
int MarcFile(
String^ sSource,
String^ sDest
)
abstract MarcFile :
sSource : string *
sDest : string -> int
Parameters
- sSource
- Type: SystemString
Source Path - sDest
- Type: SystemString
Destination Path
Return Value
Type:
Int32Returns the number of records processed.
See Also