Enum SearchMode
The mode of search as defined by the user.
Namespace: Gorgon.Editor.Services
Assembly: Gorgon.Editor.API.dll
Syntax
public enum SearchMode
Fields
Name | Description |
---|---|
All | Search everything, use a single * to enable this. |
Contains | Search for the word that contains the value typed. |
EndsWith | Search for the word that ends with the value typed. Start the search string with a * to enable this. |
OnlyWord | Search for the exact word typed in. Use quotes around the word to enable this. |
StartsWith | Search for the word that starts with the value typed. End the search string with a * to enable this. |