[]
Starts searching text with the specified parameters.
public Task<C1FoundPosition> SearchText(string text, bool matchWholeWord, bool matchCase, bool searchUp)
| Type | Name | Description |
|---|---|---|
| string | text | |
| bool | matchWholeWord | |
| bool | matchCase | |
| bool | searchUp |
| Type | Description |
|---|---|
| Task<C1FoundPosition> |