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
StringExportedFileId
The ID of the exported file.
Declaration
public Guid ExportedFileId
Type
GuidLogFileId
Id of the log file on the memoQ server which contains detailed information about the warnings. Equals with Empty if there is no logfile.
Declaration
public Guid LogFileId
Type
GuidWarnings
Warnings occured during the import, can be null.
Declaration
public string[] Warnings