Search Results for

    Show / Hide Table of Contents

    Class ImportFromReviewTaskSettings

    Settings for importing external review file(s)

    Inheritance
    System.Object
    ImportFromReviewTaskSettings
    Namespace: Sdl.ProjectAutomation.Settings
    Assembly: Sdl.ProjectAutomation.Settings.dll
    Syntax
    public class ImportFromReviewTaskSettings : SettingsGroup

    Constructors

    ImportFromReviewTaskSettings()

    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<System.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<System.Collections.Generic.List<ExternalReviewMappingItem>>

    Methods

    GetDefaultValue(String)

    Gets the default value.

    Declaration
    protected override object GetDefaultValue(string settingId)
    Parameters
    Type Name Description
    System.String settingId

    The setting id.

    Returns
    Type Description
    System.Object

    On this page

    Back to top Generated by DocFX