Class ServerProjectConfidentialitySettings
Encapsulates the confidentiality settings (disable MT/TB/TM plugins) settings of the server project. All fields are optional, only the values set will be considered during project creation and updating. Null value means no change.
Inheritance
System.Object
ServerProjectConfidentialitySettings
Syntax
public class ServerProjectConfidentialitySettings
Fields
DisableMTPlugins
Indicates whether machine translation plugins are disabled.
Declaration
public bool? DisableMTPlugins
Type
System.Nullable<System.Boolean>DisableTBPlugins
Indicates whether terminology plugins are disabled.
Declaration
public bool? DisableTBPlugins
Type
System.Nullable<System.Boolean>DisableTMPlugins
Indicates whether translation memory plugins are disabled.
Declaration
public bool? DisableTMPlugins