Click or drag to resize
ISystemIndexSearchResultsConverterTModel Interface
Converts system index search results to desired model.

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 13.0.131
Syntax
C#
public interface ISystemIndexSearchResultsConverter<TModel>

Type Parameters

TModel

The ISystemIndexSearchResultsConverterTModel type exposes the following members.

Methods
  NameDescription
Public methodConvert
Converts system index search results to desired model.
Top
See Also