Class TranslationDocImportResultInfo
Encapsulates the result of a document import operation.
Syntax
public class TranslationDocImportResultInfo : ResultInfo
Fields
DocumentGuids
The array of Guids assigned by the system to the imported documents. There is one Guid for each target language the document is imported into. A document Guid uniquely identifies a document (of a specific target language) within a server project. Has a valid (non empty Guid) value only if the import was successful (when the inherited ResultStatus is ResultStatus.Success or ResultStatus.Warning).
Declaration
public Guid[] DocumentGuids