Depricated MARCEngine 4.6 function. Use MARC2MARC21XML
Namespace: MARCEngine5Assembly: MARCEngine (in MARCEngine.dll) Version: 2.2.8.0 (2.2.8)
Syntax public int XMLFile(
string sSource,
string sDest
)
Public Function XMLFile (
sSource As String,
sDest As String
) As Integer
public:
virtual int XMLFile(
String^ sSource,
String^ sDest
) sealed
abstract XMLFile :
sSource : string *
sDest : string -> int
override XMLFile :
sSource : string *
sDest : string -> int
Parameters
- sSource
- Type: SystemString
Source Path - sDest
- Type: SystemString
Destination Path
Return Value
Type:
Int32Implements
MARC21_InterfaceXMLFile(String, String)See Also