[]
Searches and shows all nodes containing the specified string.
public bool SearchAll(string value, int columnIndex = 0, ComparisonType comparisonType = ComparisonType.Equal, StringComparison stringComparison = StringComparison.InvariantCultureIgnoreCase)
| Type | Name | Description |
|---|---|---|
| string | value | The string to search for. |
| int | columnIndex | Node column index. |
| ComparisonType | comparisonType | String comparison type. |
| StringComparison | stringComparison | A value that determines how a string and value are compared. |
| Type | Description |
|---|---|
| bool | True if any nodes are found, False otherwise. |