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
    public enum FilteringCriteria : int

    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