View Source
Class UpdateDateFilter
Inheritance
System.Object
Assembly: Umbraco.Cms.Api.Delivery.dll
Syntax
public sealed class UpdateDateFilter : ContainsFilterBase
Properties
View Source
FieldName
Declaration
protected override string FieldName { get; }
Property Value
Type |
Description |
System.String |
|
View Source
QueryParserRegex
Declaration
protected override Regex QueryParserRegex { get; }
Property Value
Type |
Description |
System.Text.RegularExpressions.Regex |
|
Methods
View Source
UpdateDateRegex()
Declaration
[GeneratedRegex("updateDate(?<operator>[><:]{1,2})(?<value>.*)", RegexOptions.IgnoreCase)]
public static Regex UpdateDateRegex()
Returns
Type |
Description |
System.Text.RegularExpressions.Regex |
|