Search Results for

    Show / Hide Table of Contents
    View Source

    Interface ILogViewerQuery

    Represents a saved query for the log viewer.

    Namespace: Umbraco.Cms.Core.Models
    Assembly: Umbraco.Core.dll
    Syntax
    public interface ILogViewerQuery : IEntity, IDeepCloneable

    Properties

    View Source

    Name

    Gets or sets the name of the saved query.

    Declaration
    string Name { get; set; }
    Property Value
    Type Description
    string
    View Source

    Query

    Gets or sets the query string expression.

    Declaration
    string Query { get; set; }
    Property Value
    Type Description
    string
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX