Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    DictionarySettings()

    Declaration
    public DictionarySettings()

    Properties

    View Source

    EnableValueSearch

    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.

    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX