Search Results for

    Show / Hide Table of Contents
    View Source

    Interface ILogViewerQueryRepository

    Represents a repository for ILogViewerQuery entities.

    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)

    Gets a log viewer query by its name.

    Declaration
    ILogViewerQuery? GetByName(string name)
    Parameters
    Type Name Description
    string name

    The name of the query.

    Returns
    Type Description
    ILogViewerQuery

    The log viewer query if found; otherwise, null.

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