TrkIssueAsXMLFile
Return to Introduction  Previous page  Next page
Exports an issue to a file in XML format.

Delphi (TrkIntf.pas)

function TrkIssueAsXMLFile( IssueID: Cardinal; FileName: String; Full: Boolean ): Integer;  

Parameters

Name
Description
IssueID
The ID of the Issue to export
FileName
Name of the file to create
Full
If true, this function will export extended fields as well as the core ones.


Return Value

Err_OK if successful or an error code indicating the error.

Remarks

This method does not check the existence of the file and if a file with the same name exists, it will be overwritten without a prompt.

Exported

function TCDTrkIssueAsXML( IssueID: Cardinal; pFile: PChar; const pBuffer: PChar; var Size: Integer; Full: Boolean ): Integer; stdcall;  


 


© 1995-2018 MCN Software