Class TBXExportTaskResult
Encapsulates the result of TBX Export.
Syntax
public class TBXExportTaskResult : TaskResult
Fields
ErrorMessage
Error message, can be null.
Declaration
public string ErrorMessage
Type
System.StringExportedFileId
The ID of the exported file.
Declaration
public Guid ExportedFileId
Type
System.GuidLogFileId
Id of the log file on the memoQ server which contains detailed information about the warnings. Equals with System.Guid.Empty if there is no logfile.
Declaration
public Guid LogFileId
Type
System.GuidWarnings
Warnings occurred during the import, can be null.
Declaration
public string[] Warnings