[]
Represents text search arguments, such as used by TextSearch(C1TextSearchArgs) method.
public class C1TextSearchArgs
| Name | Description |
|---|---|
| C1TextSearchArgs() |
| Name | Description |
|---|---|
| Forward | Value indicating whether to search forward. |
| FromTop | Value indicating whether to search from the top of the document. |
| IgnoreCase | Value indicating whether to ignore case. |
| Text | The search string. |
| WholeWord | Value indicating whether to search for whole words only. |