Range search query expression
he name of the Field to be checked
The minimum allowed value
The maximum allowed value
Lower limit will be inclusive / exclusive
Upper limit will be inclusive / exclusive
Field equality check content query expression (e.g. +FieldName:'value')
The value that will be checked. You can use '?' and '*' wildcards
The Next query operator (fluent)
Greather than query expression (+FieldName:>'value')
he name of the Field to be checked
The minimum allowed value
Lower limit will be inclusive / exclusive
Adds an InFolder content query expression
The path string or content that will be used as a root
The Next query operator (fluent)
Adds an InTree content query expression
The path string or content that will be used as a root
The Next query operator (fluent)
Less than query expression (+FieldName:<'value')
he name of the Field to be checked
The maximum allowed value
Upper limit will be inclusive / exclusive
A Nested NOT query expression
The Expression builder method
Field equality and NOT operator combination. (e.g. +NOT(FieldName:'value'))
The value that will be checked. You can use '?' and '*' wildcards
The Next query operator (fluent)
A Nested query expression
The Expression builder method
Adds a '.SKIP' Content Query segment
Items to skip
A '.SORT' Content Query segment
The name of the field
Sort in reverse order, false by default
A plain string as Query term
The Query term
The Next query operator (fluent)
A '.TOP' Content Query segment
The TOP item count
Adds a Type content query expression and casts the rest of the expression to a new type
The path string or content that will be used as a root
The Next query operator (fluent)
Adds a TypeIs content query expression and casts the rest of the expression to a new type
The path string or content that will be used as a root
The Next query operator (fluent)
Escapes a String value (except '?' and '*' characters for wildcards)
The String value to be escaped
The escaped value
a segment string value
Generated using TypeDoc
Represents a sensenet Content Query expression