Search Results for

    Show / Hide Table of Contents

    Enum FilteringCriteria

    Enumeration of filtering criteria for queries

    Namespace: PnP.Core.QueryModel
    Assembly: PnP.Core.dll
    Syntax
    [SuppressMessage("Naming", "CA1717:Only FlagsAttribute enums should have plural names", Justification = "<Pending>")]
    public enum FilteringCriteria

    Equal

    Corresponds to the = operator

    GreaterThan

    Corresponds to the > operator

    GreaterThanOrEqual

    Corresponds to the >= operator

    LessThan

    Corresponds to the < operator

    LessThanOrEqual

    Corresponds to the <= operator

    Not

    Corresponds to the ! operator

    NotEqual

    Corresponds to the != operator

    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer