Class ExportFilesSettings
Settings group class for the Export Files automatic task settings.
Inherited Members
Namespace: SdlSdl.ProjectAutomationSettings
Assembly: Sdl.ProjectAutomation.Settings.dll
Syntax
public class ExportFilesSettings : SettingsGroup, ISettingsGroup, INotifyPropertyChanged, IEditableObject
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 |
---|---|
SettingExportFileVersion |
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 |
---|---|
Settingstring |
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 | The default value. |