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.
Syntax
public class ServerProjectConfidentialitySettings
Fields
DisableMTPlugins
Indicates whether machine translation plugins are disabled.
Declaration
public bool? DisableMTPlugins
Type
Nullable<Boolean>DisableTBPlugins
Indicates whether terminology plugins are disabled.
Declaration
public bool? DisableTBPlugins
Type
Nullable<Boolean>DisableTMPlugins
Indicates whether translation memory plugins are disabled.
Declaration
public bool? DisableTMPlugins