SearchProvider.fetchItems

public Func<SearchContext,List<SearchItem>,SearchProvider,object> fetchItems;

Description

MANDATORY: Handler to get items for a given search context. The return value is an object that can be of type IEnumerable or IEnumerator. The enumeration of those objects should return SearchItems.


Did you find this page useful? Please give it a rating: