Class XTranslateOptions
Encapsulates options for X-translation on server project translation documents.
Syntax
public class XTranslateOptions
Fields
DocInfos
The array of document infos which represent the documents to X-translate.
Declaration
public XTranslateDocInfo[] DocInfos
Type
XTranslateDocInfo[]Remarks
All of the documents should have version history and previous major version.
NewRevisionOptions
Contains the options for the new revision scenario. This member should be null is the XTranslateScenario member if MidProjectUpdate.
Declaration
public NewRevisionScenarioOptions NewRevisionOptions
Type
NewRevisionScenarioOptionsWorkWithContextIds
If true memoQ will consider a current row as identical to a past row if if they both have the same context ID and the source text is the same.
Declaration
public bool WorkWithContextIds
Type
BooleanXTranslateScenario
The X-translate scenario to use for X-translation.
Declaration
public XTranslateScenario XTranslateScenario