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