Click or drag to resize
IndexValueFilter Properties

The IndexValueFilter type exposes the following members.

Properties
  Name Description
Public property LogicalOperator
Gets or sets the behavior in how the filter relates the collection of filters or filter before it.
(Inherited from Filter.)
Public property ModuleId
Gets or sets the unique identifier of the module on an index value to scope the filter with, if any.
Public property Operator
Gets or sets the filter equality operator.
(Inherited from Filter.)
Public property Path
Gets or sets the filter's index value path. The value found at the path will be compared using the filter's operator.
Public property Value
Gets or sets the value of the filter to compare using the Operator.
(Inherited from Filter.)
Top
See Also