Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IKeyValueRepository

    Namespace: Umbraco.Cms.Core.Persistence.Repositories
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IKeyValueRepository : IReadRepository<string, IKeyValue>, IWriteRepository<IKeyValue>, IRepository

    Methods

    View Source

    FindByKeyPrefix(String)

    Returns key/value pairs for all keys with the specified prefix.

    Declaration
    IReadOnlyDictionary<string, string>? FindByKeyPrefix(string keyPrefix)
    Parameters
    Type Name Description
    System.String keyPrefix
    Returns
    Type Description
    System.Nullable<IReadOnlyDictionary<System.String, System.String>>
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • FindByKeyPrefix(String)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX