This topic has not yet been rated - Rate this topic

ContentByQueryWebPart.FilterFieldQueryOperator Enumeration

Specifies constants that define the filter operator for each query triplet.

Namespace:  Microsoft.SharePoint.Publishing.WebControls
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
public enum FilterFieldQueryOperator
Member name Description
Eq Specifies the “equal” query filter.
Neq Specifies the “not equal” query filter.
Gt Specifies the “greater” query filter.
Geq Specifies the “greater than or equal” to query filter.
Lt Specifies the “less than” query filter.
Leq Specifies the “less than or equal to” query filter.
BeginsWith Specifies the “begins with” query filter.
Contains Specifies the “contains” query filter.
ContainsAny Contains any of the filter field values.
ContainsAll Contains all of the filter field values.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ