Class WordCountSettings
Settings group class for the Word count automatic task settings.
Inherited Members
Namespace: SdlSdl.ProjectAutomationSettings
Assembly: Sdl.ProjectAutomation.Settings.dll
Syntax
public class WordCountSettings : SettingsGroup, ISettingsGroup, INotifyPropertyChanged, IEditableObject
Constructors
WordCountSettings()
Default constructor. You should never create this object manually. Use GetSettingsGroup(string) instead.
Declaration
public WordCountSettings()
Properties
CreateReport
Gets the setting that flags whether a report should be generated. Default: true
.
Declaration
public Setting<bool> CreateReport { get; }
Property Value
Type | Description |
---|---|
Settingbool |
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. |