Class TMUpdateInfo
Encapsulates the description of a TM. This class is derived from ResourceUpdateInfo.
Syntax
public class TMUpdateInfo : HeavyResourceUpdateInfo
Fields
OptimizationPreference
Specify whether to optimize TM for better recall or faster lookup. (Default null value means no change.)
Declaration
public TMOptimizationPreference? OptimizationPreference
Type
Nullable<TMOptimizationPreference>StoreDocumentFullPath
Store source document full path when confirming segments from within memoQ documents. (Default null value means no change.)
Declaration
public bool? StoreDocumentFullPath
Type
Nullable<Boolean>StoreDocumentName
Store source document name when confirming segments from within memoQ documents. (Default null value means no change.)
Declaration
public bool? StoreDocumentName