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.WebMonitorAssembly: webmonitorcomponents.dll
© West Wind Technologies, 2018 • Updated: 12/28/06
Comment or report problem with topic