Class DictionarySettings
Typed configuration options for dictionary settings.
Inheritance
object
Namespace: Umbraco.Cms.Core.Configuration.Models
Assembly: Umbraco.Core.dll
Syntax
[UmbracoOptions("Umbraco:CMS:Dictionary")]
public class DictionarySettings
Constructors
View SourceDictionarySettings()
Declaration
public DictionarySettings()
Properties
View SourceEnableValueSearch
Gets or sets a value indicating whether to enable searching in dictionary values in addition to keys.
Declaration
public bool EnableValueSearch { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Remarks
When enabled, the GetDictionaryItemDescendants method will search both dictionary keys and translation values. This may impact performance when dealing with large numbers of dictionary items.