Class ServerProjectTranslationDocumentsDifferentLanguageTranslations
Represents a group of documents that are the various target language translations of the same document. E.g. if a DOCX file is imported into various target languages, all resulting documents will be in one such group.
Syntax
public class ServerProjectTranslationDocumentsDifferentLanguageTranslations
Fields
Documents
List of documents in this group.
Declaration
public ServerProjectTranslationDocBasicInfo[] Documents
Type
ServerProjectTranslationDocBasicInfo[]IsMultilingualGroup
True if the documents in this group represent a multilingual group, such as imported by Multilingual Excel filer; the export of such files is unified into a single file.
Declaration
public bool IsMultilingualGroup