Class CustomPreTranslateParameter
Encapsulates a custom pre-translate parameter.
Inheritance
System.Object
    CustomPreTranslateParameter
  Syntax
public class CustomPreTranslateParameter
  Fields
Key
The key of the parameter. The currently accepted values are:
- MicrosoftMTCategoryId: will be taken into consideration only if the server's active MT engine is the Microsoft MT plugin. The server will use the configured category ID from the MT configuration file if the value is null, will not use any category ID if the value is empty and will use the specified value otherwise.
 
Declaration
public string Key
  Type
System.StringValue
The value of the parameter.
Declaration
public string Value