AndSearchCriteria
Leave feedback
On this page
Represents AND composite search criteria.
public class AndSearchCriteria : SearchCriteria
| Name | Description |
|---|---|
| Left { get; } | Gets the left search criteria. |
| Right { get; } | Gets the right search criteria. |
| Name | Description |
|---|---|
| And(SearchCriteria) | Combines this SearchCriteria with other criteria using logical AND operator. |
| Not() | Negates this SearchCriteria. |
| Or(SearchCriteria) | Combines this SearchCriteria with other criteria using logical OR operator. |
- class SearchCriteria
- namespace GroupDocs.Watermark.Search.SearchCriteria
- assembly GroupDocs.Watermark
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.