View Source
Class CreateDateFilter
Inheritance
System.Object
Assembly: Umbraco.Cms.Api.Delivery.dll
Syntax
public sealed class CreateDateFilter : 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
CreateDateRegex()
Declaration
[GeneratedRegex("createDate(?<operator>[><:]{1,2})(?<value>.*)", RegexOptions.IgnoreCase)]
public static Regex CreateDateRegex()
Returns
Type |
Description |
System.Text.RegularExpressions.Regex |
|