Click or drag to resize

SearchOptions Enumeration

Enumerates options for text search.

Namespace:  Opait.Api
Assembly:  Opait.Core (in Opait.Core.dll) Version: 1.3.3.0
Syntax
C#
[FlagsAttribute]
public enum SearchOptions
Members
  Member nameValueDescription
None0 No flags set.
MatchCase1 If set, will match character case.
MatchWholeWord2 If set, will match whole words only.
UseRegex4 If set, will interpret query as a regular expression pattern.
MatchDates8 Looks for embedded dates only.
WrapAround16 Wrap the search results when searching for the next or previous occurrence.
See Also