Class WordCountSettings
Settings group class for the Word count automatic task settings.
Inheritance
System.Object
WordCountSettings
Namespace: Sdl.ProjectAutomation.Settings
Assembly: Sdl.ProjectAutomation.Settings.dll
Syntax
public class WordCountSettings : SettingsGroup
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 |
---|---|
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 | The default value. |