Enumeration SearchTypes
System.Object
System.ValueType
System.Enum
Westwind.WebMonitor.SearchTypes
public enum sealed SearchTypes
Class Members
Member | Description |
---|
 |
DontFindText |
Should not find the text in the text to succeed. Uses case sensitive matching. |
 |
FindText |
Must find the specified text in the text to succeed. Note uses case sensitive matching. |
 |
RegExDontMatch |
Should not find the specified RegEx expression to succeed. |
 |
RegExMatch |
Should find the specified RegEx expression in the text to succeed. |
Requirements
Namespace: Westwind.WebMonitor
Assembly: webmonitorcomponents.dll