Search Results for

    Show / Hide Table of Contents
    View Source

    Interface ILogViewerQueryRepository

    Namespace: Umbraco.Cms.Core.Persistence.Repositories
    Assembly: Umbraco.Core.dll
    Syntax
    public interface ILogViewerQueryRepository : IReadWriteQueryRepository<int, ILogViewerQuery>, IReadRepository<int, ILogViewerQuery>, IWriteRepository<ILogViewerQuery>, IQueryRepository<ILogViewerQuery>, IRepository

    Methods

    View Source

    GetByName(string)

    Declaration
    ILogViewerQuery? GetByName(string name)
    Parameters
    Type Name Description
    string name
    Returns
    Type Description
    ILogViewerQuery
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX