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
    System.String name
    Returns
    Type Description
    ILogViewerQuery
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • GetByName(String)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX