Search Results for

    Show / Hide Table of Contents

    Class ExportFilesSettings

    Settings group class for the Export Files automatic task settings.

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

    Constructors

    ExportFilesSettings()

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

    Declaration
    public ExportFilesSettings()

    Properties

    ExportFileVersion

    Gets the setting that flags whether native files should be created and exported. By default, this is set to Native.

    Declaration
    public Setting<ExportFileVersion> ExportFileVersion { get; }
    Property Value
    Type Description
    Setting<ExportFileVersion>

    ExportLocation

    Gets the directory to which the files will be exported. Note that the project directory structure will be created under this directory. By default, this is set to "[My Documents]\Export Files".

    Declaration
    public Setting<string> ExportLocation { get; }
    Property Value
    Type Description
    Setting<System.String>

    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

    The default value.

    On this page

    • Constructors
      • ExportFilesSettings()
    • Properties
      • ExportFileVersion
      • ExportLocation
    • Methods
      • GetDefaultValue(String)
    Back to top Generated by DocFX