Search Results for

    Show / Hide Table of Contents

    Class BatchProcessingGeneralSettings

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

    Constructors

    BatchProcessingGeneralSettings()

    Default constructor. You should never create this object manually. Use GetSettingsGroup(String) instead.

    Declaration
    public BatchProcessingGeneralSettings()

    Fields

    DefaultOptimizeBatchProcessing

    Declaration
    public const bool DefaultOptimizeBatchProcessing = false
    Field Value
    Type Description
    System.Boolean

    Properties

    OptimizeBatchProcessing

    Gets the setting that flags whether a . Default: false.

    Declaration
    public Setting<bool> OptimizeBatchProcessing { get; }
    Property Value
    Type Description
    Setting<System.Boolean>

    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