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 public int MarcFile(
string sSource,
string sDest
)
Public Function MarcFile (
sSource As String,
sDest As String
) As Integer
public:
virtual int MarcFile(
String^ sSource,
String^ sDest
) sealed
abstract MarcFile :
sSource : string *
sDest : string -> int
override 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.
Implements
MARC21_InterfaceMarcFile(String, String)See Also