Delegate SearchIndexer.GetEntryComponentsHandler
Namespace: Unity.QuickSearch.Providers
Syntax
public delegate IEnumerable<string> GetEntryComponentsHandler(string entry, int index);
Parameters
| Type | Name | Description |
|---|---|---|
| String | entry | |
| Int32 | index |
Returns
| Type | Description |
|---|---|
| IEnumerable<String> |