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 SourceName
Gets or sets the name of the saved query.
Declaration
string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Query
Gets or sets the query string expression.
Declaration
string Query { get; set; }
Property Value
| Type | Description |
|---|---|
| string |