AndSearchCriteria class
AndSearchCriteria class
Represents AND composite search criteria.
Inheritance: AndSearchCriteria →
SearchCriteria
The AndSearchCriteria type exposes the following members:
Properties
| Property | Description |
|---|---|
| right | Gets the right search criteria. |
| left | Gets the left search criteria. |
Methods
| Method | Description |
|---|---|
| both | Combines this SearchCriteria with other criteria using logical AND operator. |
| either | Combines this SearchCriteria with other criteria using logical OR operator. |
| is_not | Negates this SearchCriteria. |
See Also
- module
groupdocs.watermark.search.searchcriteria - class
AndSearchCriteria - class
SearchCriteria