Class TBXImportTaskResult
Encapsulates the result of TBX Import.
Syntax
public class TBXImportTaskResult : TaskResult
Fields
ErrorMessage
Error message, can be null.
Declaration
public string ErrorMessage
Type
StringLogFileId
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
GuidRemovedFilterNames
Gets the names of the filters where the conditions have been removed.
Declaration
public string[] RemovedFilterNames
Type
String[]ResultType
Specifies whether the import has ended successfully, with warnings or failed with an error.
Declaration
public TBXImportResults ResultType
Type
TBXImportResultsWarnings
Warnings occured during the import, can be null.
Declaration
public string[] Warnings