Class ImportFromReviewTaskSettings
Settings for importing external review file(s)
Inheritance
Object
ImportFromReviewTaskSettings
Namespace: Sdl.ProjectAutomation.Settings
Assembly: Sdl.ProjectAutomation.Settings.dll
Syntax
public class ImportFromReviewTaskSettings : SettingsGroup
Constructors
ImportFromReviewTaskSettings()
Settings for importing external review file(s)
Declaration
public ImportFromReviewTaskSettings()
Properties
Backup
To decide if the original xliff file should be backuped before importing the review content
Declaration
public Setting<bool> Backup { get; }
Property Value
Type | Description |
---|---|
Setting<Boolean> |
ConfirmationLevel
The segment confirmation level after applying the review changes
Declaration
public Setting<ConfirmationLevel> ConfirmationLevel { get; }
Property Value
Type | Description |
---|---|
Setting<ConfirmationLevel> |
ExternalReviewMappingItems
The xliff files and the corresponding review files mapping
Declaration
public Setting<List<ExternalReviewMappingItem>> ExternalReviewMappingItems { get; }
Property Value
Type | Description |
---|---|
Setting<List<ExternalReviewMappingItem>> |
Methods
GetDefaultValue(String)
Gets the default value.
Declaration
protected override object GetDefaultValue(string settingId)
Parameters
Type | Name | Description |
---|---|---|
String | settingId | The setting id. |
Returns
Type | Description |
---|---|
Object |