TypeAheadParameters CustomSources Property Ankiro Enterprise Suite Reference Documentation
If LookupMethod is CustomSource or SearchLogAndCustomSource, specifies the custom data sources to use for generating typeahead suggestions.

Namespace: Ankiro.SearchServer.Data.Search
Assembly: Ankiro.SearchServer.Data (in Ankiro.SearchServer.Data.dll) Version: 1.13.770.19207 (1.13.770.19207)
Syntax

public IList<TypeAheadSource> CustomSources { get; set; }

Property Value

Type: IList TypeAheadSource 
See Also