Search Results for

    Show / Hide Table of Contents
    View Source

    Class CreateDateFilter

    Inheritance
    System.Object
    ContainsFilterBase
    Namespace: Umbraco.Cms.Api.Delivery.Querying.Filters
    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
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • FieldName
      • QueryParserRegex
    • Methods
      • CreateDateRegex()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX